Concatenates fastq files
meta{:bash}
:map
Groovy Map containing sample information e.g. [ id:‘test’, single_end:false ]
reads{:bash}
:file
List of input FastQ files to be concatenated.
*.merged.fastq.gz{:bash}
Merged fastq file
*.{merged.fastq.gz}
versions_cat{:bash}
${task.process}{:bash}
:string
The process the versions were collected from
cat{:bash}
The tool name
cat --version 2>&1 | head -n 1 | sed 's/^.*coreutils) //; s/ .*\$//'{:bash}
:eval
The expression to obtain the version of the tool
versions{:bash}
The cat utility reads files sequentially, writing them to the standard output.