Update main script

This commit is contained in:
drpatelh 2020-08-06 12:00:38 +01:00
parent 83b61fcccd
commit 2c9cd2d89b

View file

@ -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