Description

Split sequencing reads by mapping them to multiple references simultaneously

Input

name:type
description
pattern

meta{:bash}

:map

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

reads{:bash}

:file

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

index{:bash}

:directory

Directory to place generated index

*

primary_ref{:bash}

:file

Path to the primary reference

*

other_ref_names{:bash}

:list

List of other reference ids apart from the primary

other_ref_paths{:bash}

:list

Path to other references paths corresponding to “other_ref_names”

only_build_index{:bash}

:string

true = only build index; false = mapping

Output

name:type
description
pattern

index{:bash}

bbsplit_index{:bash}

:directory

Directory with index files

bbsplit_index

primary_fastq{:bash}

meta{:bash}

:map

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

*primary*fastq.gz{:bash}

:file

Output reads that map to the primary reference

*primary*fastq.gz

all_fastq{:bash}

meta{:bash}

:map

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

*fastq.gz{:bash}

:file

All reads mapping to any of the references

*fastq.gz

stats{:bash}

meta{:bash}

:map

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

*txt{:bash}

:file

Tab-delimited text file containing mapping statistics

*.txt

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.