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

versions

versions.yml:file

File containing software versions

versions.yml

log

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