You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Template
Fixed an issue regarding explicit disabling of unused container engines [#972]
Removed trailing slash from params.igenomes_base to yield valid s3 paths (previous paths work with Nextflow but not aws cli)
Added a timestamp to the trace + timetime + report + dag filenames to fix overwrite issue on AWS
Rewrite the params_summary_log() function to properly ignore unset params and have nicer formatting [#971]
Fix overly strict --max_time formatting regex in template schema [#973]
Convert d to day in the cleanParameters function to make Duration objects like 2d pass the validation [#858]
Added nextflow version to quick start section and adjusted nf-core bump-version [#1032]
Use latest stable Nextflow version 21.04.0 for CI tests instead of the -edge release
Download
Fix bug in nf-core download where image names were getting a hyphen in nf-core which was breaking things.
Extensive new interactive prompts for all command line flags [#1027]
It is now recommended to run nf-core download without any cli options and follow prompts (though flags can be used to run non-interactively if you wish)
New helper code to set $NXF_SINGULARITY_CACHEDIR and add to .bashrc if desired [#1027]
Launch
Strip values from nf-core launch web response which are False and have no default in the schema [#976]
Improve API caching code when polling the website, fixes noisy log message when waiting for a response [#1029]