Description

gzrecover is a program that will attempt to extract any readable data out of a gzip file that has been corrupted

Input

name:type
description
pattern

meta

:map

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

fastqgz

:file

FASTQ.gz files

*.{gz}

Output

name:type
description
pattern

recovered

meta

:map

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

${prefix}*.fastq.gz

:file

Recovered FASTQ.gz files

*.{gz}

versions_gzrt

${task.process}

:string

The name of the process

gzrt

:string

The name of the tool

gzrecover -V |& sed '1!d ; s/gzrecover //'

:eval

The expression to obtain the version of the tool

Topics

name:type
description
pattern

versions

${task.process}

:string

The name of the process

gzrt

:string

The name of the tool

gzrecover -V |& sed '1!d ; s/gzrecover //'

:eval

The expression to obtain the version of the tool

Tools

gzrt
GPL v2

Unofficial build of the gzip Recovery Toolkit aka gzrecover