Skip to content

fmalmeida/ngs-preprocess v2.4.1

Compare
Choose a tag to compare
@fmalmeida fmalmeida released this 21 Feb 10:30
· 75 commits to master since this release

Release notes

v2.4.1 -- [2022-Feb-21]

This version addresses the changes discussed in issue #10. It has three main changes:

  1. Added standard NF allocation resource rules as it is done by nf-core community
    • It also uses templates of CLI help and logging messages from nf-core community.
  2. Re-organized config files to keep structure cleaner
  3. Changed the standar profile which will not load docker by default anymore. As it is the common practice for NF pipelines, user must explicitily select between docker/conda/singularity profiles.

Nothing has changed in terms of how tools are called and used, thus the docker image still the same. In fact, patch/fix releases (x.x.x) will always use the docker from breaking/features release (x.x)