Description

Align short or PacBio reads to a reference genome using BBMap

Input

name:type
description
pattern

meta{:bash}

:map

Groovy Map containing sample information e.g. [ id:‘test’, single_end:false ]

fastq{:bash}

:file

List of input FastQ files of size 1 and 2 for single-end and paired-end data, respectively.

ref{:bash}

:file

Either “ref” a directory containing an index, the name of another directory with a “ref” subdirectory containing an index or the name of a fasta formatted nucleotide file containing the reference to map to.

Output

name:type
description
pattern

bam{:bash}

meta{:bash}

:map

Groovy Map containing sample information e.g. [ id:‘test’, single_end:false ]

*.bam{:bash}

:file

BAM file

*.{bam}

log{:bash}

meta{:bash}

:map

Groovy Map containing sample information e.g. [ id:‘test’, single_end:false ]

*.log{:bash}

:file

Log file

*.{log}

versions{:bash}

versions.yml{:bash}

:file

File containing software versions

versions.yml

Tools

bbmap
UC-LBL license (see package)

BBMap is a short read aligner, as well as various other bioinformatic tools.