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
Explicitly disable conda when a container profile (#2140)
Turn on automatic clean up of intermediate files in work/ on successful pipeline completion in full-test config (#2163) [Contributed by @jfy133]
Add documentation to usage.md on how to use params.yml files, based on nf-core/ampliseq text (#2173) [Contributed by @jfy133, @d4straub]
Make jobs automatically resubmit for a much wider range of exit codes (now 104 and 130..145) (#2170)
Add a clean-up GHA which closes issues and PRs with specific labels (#2183)
Remove problematic sniffer code in samplesheet_check.py that could give false positive 'missing header' errors ([https://github.com//pull/2194]) [Contributed by @Midnighter, @jfy133]
Consistent syntax for branch checks in PRs (#2202)
Fixed minor Jinja2 templating bug that caused the PR template to miss a newline
Updated AWS tests to use newly moved seqeralabs/action-tower-launch instead of nf-core/tower-action
Remove .cff files from .editorconfig [(#2145)[https://github.com//pull/2145]]
Added support for the apptainer container engine via -profile apptainer. (#2244) [Contributed by @jfy133]
Added config docker.registry to pipeline template for a configurable default container registry when using Docker containers. Defaults to quay.io (#2133)
Add tower.yml file to the pipeline template (#2251)
Removed quay.io from all module Docker container references as this is now supplied at pipeline level. (#2249)
Remove CITATION.cff file from pipeline template, to avoid that pipeline Zenodo entries reference the nf-core publication instead of the pipeline (#2059).
Linting
Update modules lint test to fail if enable_conda is found (#2213)
Read module lint configuration from .nf-core.yml, not .nf-core-lint.yml (#2221)
nf-core schema lint now defaults to linting nextflow_schema.json if no filename is provided (#2225)
Warn if /zenodo.XXXXXX is present in the Readme (#2254)