Merging overlapping paired reads into a single read.
meta{:bash}
:map
Groovy Map containing sample information e.g. [ id:'sample1', single_end:false ]
[ id:'sample1', single_end:false ]
reads{:bash}
:file
List of input paired end fastq files
*.{fastq,fq}.gz
interleave{:bash}
:boolean
Indicates whether the input paired reads are interleaved or not
merged{:bash}
*_merged.fastq.gz{:bash}
merged reads
*_merged.fastq
unmerged{:bash}
*_unmerged.fastq.gz{:bash}
unmerged reads
*_unmerged.fastq
ihist{:bash}
*_ihist.txt{:bash}
insert size histogram
*_ihist.txt
versions{:bash}
versions.yml{:bash}
File containing software versions
versions.yml
log{:bash}
*.log{:bash}
log file containing stdout and stderr from bbmerge.sh
*.log
BBMap is a short read aligner, as well as various other bioinformatic tools.