Description

Contiguate draft genome assembly

Input

name:type
description
pattern

meta

:map

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

scaffold

:file

Fasta file containing scaffold

*.{fasta,fa}

meta2

:map

Groovy Map containing genome information e.g. [ id:‘fasta’ ]

fasta

:file

FASTA reference file

*.{fasta,fa}

Output

name:type
description
pattern

results

meta

:map

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

${prefix}.*

:file

List containing abacas output files [ ‘.abacas.bin’, ‘.abacas.fasta’, ‘.abacas.gaps’, ‘.abacas.gaps.tab’, ‘.abacas.nucmer.delta’, ‘.abacas.nucmer.filtered.delta’, ‘.abacas.nucmer.tiling’, ‘.abacas.tab’, ‘.abacas.unused.contigs.out’, ‘.abacas.MULTIFASTA.fa’ ]

${prefix}.*

versions_abacas

${task.process}

:string

The name of the process

abacas

:string

The name of the tool

abacas.pl --version 2>&1 | grep 'ABACAS\.' | sed 's/ABACAS\.//' || true

:eval

The expression to obtain the version of the tool

Topics

name:type
description
pattern

versions

${task.process}

:string

The name of the process

abacas

:string

The name of the tool

abacas.pl --version 2>&1 | grep 'ABACAS\.' | sed 's/ABACAS\.//' || true

:eval

The expression to obtain the version of the tool

Tools

abacas
GPL v2-or-later

ABACAS is intended to rapidly contiguate (align, order, orientate), visualize and design primers to close gaps on shotgun assembled contigs based on a reference sequence.