diff --git a/CHANGELOG.md b/CHANGELOG.md index 139d48b32f..e1d44dfa2e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - [#870](https://github.com/nf-core/sarek/pull/870) - Fix output for locally realigned reads from haplotypecaller - [#874](https://github.com/nf-core/sarek/pull/874) - Remove `CITATION.cff` +- [#894](https://github.com/nf-core/sarek/pull/894) - Add description to --cnvkit_reference +- [#894](https://github.com/nf-core/sarek/pull/894) - Remove methods description TODO prompt ### Deprecated diff --git a/assets/methods_description_template.yml b/assets/methods_description_template.yml index 0f1bb0146c..8e0f7abf40 100644 --- a/assets/methods_description_template.yml +++ b/assets/methods_description_template.yml @@ -3,8 +3,6 @@ description: "Suggested text and references to use when describing pipeline usag section_name: "nf-core/sarek Methods Description" section_href: "https://github.com/nf-core/sarek" plot_type: "html" -## TODO nf-core: Update the HTML below to your prefered methods description, e.g. add publication citation for this pipeline -## You inject any metadata in the Nextflow '${workflow}' object data: |

Methods

Data was processed using nf-core/sarek v${workflow.manifest.version} ${doi_text} of the nf-core collection of workflows (Ewels et al., 2020).

diff --git a/modules.json b/modules.json index db8e26f181..4e8fd7281d 100644 --- a/modules.json +++ b/modules.json @@ -10,14 +10,14 @@ "git_sha": "5e34754d42cd2d5d248ca8673c0a53cdf5624905", "installed_by": ["modules"] }, - "bcftools/mpileup": { + "bcftools/concat": { "branch": "master", - "git_sha": "6301e29d77e7ec7ce98b55b8a361b316a9a91bfe", + "git_sha": "5e34754d42cd2d5d248ca8673c0a53cdf5624905", "installed_by": ["modules"] }, - "bcftools/concat": { + "bcftools/mpileup": { "branch": "master", - "git_sha": "5e34754d42cd2d5d248ca8673c0a53cdf5624905", + "git_sha": "6301e29d77e7ec7ce98b55b8a361b316a9a91bfe", "installed_by": ["modules"] }, "bcftools/sort": { diff --git a/nextflow_schema.json b/nextflow_schema.json index b9e6e8e23d..22dce611f6 100644 --- a/nextflow_schema.json +++ b/nextflow_schema.json @@ -347,7 +347,9 @@ "type": "string", "default": null, "fa_icon": "fas fa-file", - "help_text": "https://cnvkit.readthedocs.io/en/stable/pipeline.html?highlight=reference.cnn#batch" + "help_text": "https://cnvkit.readthedocs.io/en/stable/pipeline.html?highlight=reference.cnn#batch", + "description": "Copy-number reference for CNVkit", + "hidden": true }, "pon": { "type": "string",