Skip to content

Commit 9c567e4

Browse files
committed
Add argument to UTILS_NFCORE_PIPELINE
1 parent c5a3e7d commit 9c567e4

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

assets/methods_description_template.yml

-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ description: "Suggested text and references to use when describing pipeline usag
33
section_name: "nf-core/fetchngs Methods Description"
44
section_href: "https://github.com/nf-core/fetchngs"
55
plot_type: "html"
6-
## TODO nf-core: Update the HTML below to your preferred methods description, e.g. add publication citation for this pipeline
7-
## You inject any metadata in the Nextflow '${workflow}' object
86
data: |
97
<h4>Methods</h4>
108
<p>Data was processed using nf-core/fetchngs v${workflow.manifest.version} ${doi_text} of the nf-core collection of workflows (<a href="https://doi.org/10.1038/s41587-020-0439-x">Ewels <em>et al.</em>, 2020</a>), utilising reproducible software environments from the Bioconda (<a href="https://doi.org/10.1038/s41592-018-0046-7">Grüning <em>et al.</em>, 2018</a>) and Biocontainers (<a href="https://doi.org/10.1093/bioinformatics/btx192">da Veiga Leprevost <em>et al.</em>, 2017</a>) projects.</p>

subworkflows/local/utils_nfcore_fetchngs_pipeline/main.nf

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ workflow PIPELINE_INITIALISATION {
6767
//
6868
// Check config provided to the pipeline
6969
//
70-
UTILS_NFCORE_PIPELINE ()
70+
UTILS_NFCORE_PIPELINE ( args )
7171

7272
//
7373
// Auto-detect input id type

0 commit comments

Comments
 (0)