From 2c9cd2d89b5b7fecf0a77d8d6ca41658347715bb Mon Sep 17 00:00:00 2001 From: drpatelh Date: Thu, 6 Aug 2020 12:00:38 +0100 Subject: [PATCH] Update main script --- software/SOFTWARE/TOOL/main.nf | 1 - 1 file changed, 1 deletion(-) diff --git a/software/SOFTWARE/TOOL/main.nf b/software/SOFTWARE/TOOL/main.nf index 4363a5f1..41d1fbaa 100644 --- a/software/SOFTWARE/TOOL/main.nf +++ b/software/SOFTWARE/TOOL/main.nf @@ -65,7 +65,6 @@ process SOFTWARE_TOOL { def ioptions = initOptions(options) // TODO nf-core: If a meta map of sample information is NOT provided in "input:" section delete the line below def prefix = ioptions.suffix ? "${meta.id}${ioptions.suffix}" : "${meta.id}" - // TODO nf-core: Where possible, a command MUST be provided to obtain the version number of the software e.g. 1.10 // If the software is unable to output a version number on the command-line then it can be manually specified // e.g. https://github.com/nf-core/modules/blob/master/software/homer/annotatepeaks/main.nf