Description

Re-pairs reads that became disordered or had some mates eliminated.

Input

name:type
description
pattern

meta{:bash}

:map

Groovy Map containing sample information e.g. [ 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

Output

name:type
description
pattern

repaired{:bash}

meta{:bash}

:map

Groovy Map containing sample information e.g. [ id:'sample1', single_end:false ]

*_repaired.fastq.gz{:bash}

:file

re-paired reads

*_repaired.fastq.gz

singleton{:bash}

meta{:bash}

:map

Groovy Map containing sample information e.g. [ id:'sample1', single_end:false ]

${prefix}_singleton.fastq.gz{:bash}

:file

singleton reads

*singleton.fastq.gz

log{:bash}

*.log{:bash}

:file

log file containing stdout and stderr from repair.sh

*.log

versions_bbmap{:bash}

${task.process}{:bash}

:string

The name of the process

bbmap{:bash}

:string

The name of the tool

bbversion.sh | grep -v "Duplicate cpuset"{:bash}

:eval

The expression to obtain the version of the tool

Topics

name:type
description
pattern

versions{:bash}

${task.process}{:bash}

:string

The name of the process

bbmap{:bash}

:string

The name of the tool

bbversion.sh | grep -v "Duplicate cpuset"{:bash}

:eval

The expression to obtain the version of the tool

Tools

repair
UC-LBL license (see package)

Repair.sh is a tool that re-pairs reads that became disordered or had some mates eliminated tools.