Description

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

Input

name:type
description
pattern

meta

:map

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

reads

:file

List of input paired end fastq files

*.{fastq,fq}.gz

interleave

:boolean

Indicates whether the input paired reads are interleaved or not

Output

name:type
description
pattern

repaired

meta

:map

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

*_repaired.fastq.gz

:file

re-paired reads

*_repaired.fastq.gz

singleton

meta

:map

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

${prefix}_singleton.fastq.gz

:file

singleton reads

*singleton.fastq.gz

log

*.log

:file

log file containing stdout and stderr from repair.sh

*.log

versions_bbmap

${task.process}

:string

The name of the process

bbmap

:string

The name of the tool

bbversion.sh | grep -v "Duplicate cpuset"

:eval

The expression to obtain the version of the tool

Topics

name:type
description
pattern

versions

${task.process}

:string

The name of the process

bbmap

:string

The name of the tool

bbversion.sh | grep -v "Duplicate cpuset"

: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.