From ac25e5537dcb2428127123ea4fe106d8821bdde8 Mon Sep 17 00:00:00 2001 From: jvfe Date: Fri, 22 Nov 2024 07:15:20 -0300 Subject: [PATCH] docs: Fix text in methods descrip --- assets/methods_description_template.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/methods_description_template.yml b/assets/methods_description_template.yml index a7b58cc..97e467d 100644 --- a/assets/methods_description_template.yml +++ b/assets/methods_description_template.yml @@ -3,15 +3,15 @@ description: "Suggested text and references to use when describing pipeline usag section_name: "dalmolingroup/euryale Methods Description" section_href: "https://github.com/dalmolingroup/euryale" 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 dalmolingroup/euryale v${workflow.manifest.version} ${doi_text} of the nf-core collection of workflows (Ewels et al., 2020).

+

Data was processed using dalmolingroup/euryale v${workflow.manifest.version} ${doi_text}

The pipeline was executed with Nextflow v${workflow.nextflow.version} (Di Tommaso et al., 2017) with the following command:

${workflow.commandLine}

References