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

versions{:bash}

versions.yml{:bash}

:file

File containing software versions

versions.yml

log{:bash}

*.log{:bash}

:file

log file containing stdout and stderr from repair.sh

*.log

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.