-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Master html creation with timestamps #43
Master html creation with timestamps #43
Conversation
…-html Add py script that generates master html
…on-with-timestamps Master html creation with timestamps
4bc8367
to
b8d1ae1
Compare
Is there a reason why you run a function in the config just to set a timestamp that is being passed as an argument to a python script? Why not set the timestamp in the python script instead? |
|
||
script: | ||
""" | ||
generate_master_html.py --csv ${csv} --html ${params.master_template} --timestamp ${params.trace_timestamp} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We could do that but I'm not sure that would solve this problem. That file does exist at that location on out file server. We're not binding /fs1
is all.
3089059
to
b35c2d3
Compare
The timestamp is a nf-core standard. The timestamp is added into the filename of the nextflow run information html files. So you can't set it later. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Comments on the date matching function + minor comments.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, although as commented, I would rename the date_regex
to avoid thinking it contains the regex pattern itself...
…-Bioinformatics-Lund/gms_16S into master-html-creation-with-timestamps
389133c
to
61d4699
Compare
df9655d
into
genomic-medicine-sweden:dev
The following was added:
master.html
template for jinja py scriptcmd.config
for Lund hospital specificationsgenerate_master_html
params.trace_timestamp
tonextflow.config
changelog_update_reminder
GA workflow