-
Notifications
You must be signed in to change notification settings - Fork 82
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
Nextflow duration fix #713
Conversation
Hi @jfy133, It looks like this pull-request is has been made against the nf-core/eager You do not need to close this PR, you can change the target branch to Thanks again for your contribution! |
|
This is a hipster fix of nf-core/tools#973, before Kevin pushes it to nf-core/tools! will skip CHANGELOG accordingly
Basically the regex in template didn't account for nextflow parsed duration values. This fixes this.
PR checklist
scrape_software_versions.py
nf-core lint .
).nextflow run . -profile test,docker
).docs/usage.md
is updated.docs/output.md
is updated.CHANGELOG.md
is updated.README.md
is updated (including new tool citations and authors/contributors).