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
Update repo logos to utilize GitHub's #gh-light/dark-mode-only, to switch between logos optimized for light or dark themes. The old repo logos have to be removed (in docs/images and assets/).
Deal with authentication with private repositories
Bump minimun Nextflow version to 21.10.3
Convert pipeline template to updated Nextflow DSL2 syntax
Solve circular import when importing nf_core.modules.lint
Disable cache in nf_core.utils.fetch_wf_config while performing test_wf_use_local_configs.
Modify software version channel handling to support multiple software version emissions (e.g. from mulled containers), and multiple software versions.
Update dumpsoftwareversion module to correctly report versions with trailing zeros.
Remove params.hostnames from the pipeline template (#1304)
Update .gitattributes to mark installed modules and subworkflows as linguist-generated (#1311)
Adding support for Julia package environments to nextflow.config(#1317)
New YAML issue templates for pipeline bug reports and feature requests, with a much richer interface (#1165)
Fixed failing lint test when process section was missing from module. Also added the local failing tests to the warned section of the output table. (#1235)
Added --diff flag to nf-core modules update which shows the diff between the installed files and the versions
Update nf-core modules create help texts which were not changed with the introduction of the --dir flag
Check if README is from modules repo
Update module template to DSL2 v2.0 (remove functions.nf from modules template and updating main.nf (#1289)
Substitute get process/module name custom functions in module main.nf using template replacement (#1284)
Linting now fails instead of warning if a local copy of a module does not match the remote (#1313)
Check test YML file for md5sums corresponding to empty files (#1302)
Exit with an error if empty files are found when generating the test YAML file (#1302)