Description

Consensus module for raw de novo DNA assembly of long uncorrected reads

Input

name:type
description
pattern

meta

:map

Groovy Map containing sample information e.g. [ id:‘test’, single_end:false ]

reads

:file

List of input FastQ files. Racon expects single end reads

*.{fastq,fastq.gz,fq,fq.gz}

assembly

:file

Genome assembly to be improved

*.{fasta,fa}

paf

:file

Alignment in PAF format

*.paf

Output

name:type
description
pattern

improved_assembly

meta

:map

Groovy Map containing sample information e.g. [ id:‘test’, single_end:false ]

*_assembly_consensus.fasta.gz

:file

Improved genome assembly

*_assembly_consensus.fasta.gz

versions_racon

${task.process}

:string

The name of the process

racon

:string

The name of the tool

racon --version 2>&1 | sed "s/^.*v//"

:eval

The expression to obtain the version of the tool

Topics

name:type
description
pattern

versions

${task.process}

:string

The name of the process

racon

:string

The name of the tool

racon --version 2>&1 | sed "s/^.*v//"

:eval

The expression to obtain the version of the tool

Tools

racon
MIT

Ultrafast consensus module for raw de novo genome assembly of long uncorrected reads.