2021-04-12 14:37:08 +00:00
|
|
|
name: abacas
|
|
|
|
description: contiguate draft genome assembly
|
|
|
|
keywords:
|
|
|
|
- genome
|
|
|
|
- assembly
|
|
|
|
- contiguate
|
|
|
|
tools:
|
|
|
|
- abacas:
|
2021-04-15 10:17:06 +00:00
|
|
|
description: |
|
|
|
|
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.
|
2021-04-12 14:37:08 +00:00
|
|
|
homepage: http://abacas.sourceforge.net/documentation.html
|
|
|
|
documentation: http://abacas.sourceforge.net/documentation.html
|
|
|
|
tool_dev_url: None
|
|
|
|
doi: "10.1093/bioinformatics/btp347"
|
|
|
|
licence: ['GPL v2-or-later']
|
|
|
|
|
|
|
|
input:
|
|
|
|
- meta:
|
|
|
|
type: map
|
|
|
|
description: |
|
|
|
|
Groovy Map containing sample information
|
|
|
|
e.g. [ id:'test', single_end:false ]
|
|
|
|
- scaffold:
|
|
|
|
type: file
|
|
|
|
description: Fasta file containing scaffold
|
|
|
|
pattern: "*.{fasta,fa}"
|
|
|
|
- fasta:
|
|
|
|
type: file
|
|
|
|
description: FASTA reference file
|
|
|
|
pattern: "*.{fasta,fa}"
|
|
|
|
|
|
|
|
output:
|
|
|
|
- meta:
|
|
|
|
type: map
|
|
|
|
description: |
|
|
|
|
Groovy Map containing sample information
|
|
|
|
e.g. [ id:'test', single_end:false ]
|
|
|
|
- results:
|
2021-04-15 10:17:06 +00:00
|
|
|
type: files
|
|
|
|
description: |
|
|
|
|
List containing abacas output files
|
|
|
|
[ 'test.abacas.bin', 'test.abacas.fasta', 'test.abacas.gaps',
|
|
|
|
'test.abacas.gaps.tab', 'test.abacas.nucmer.delta',
|
|
|
|
'test.abacas.nucmer.filtered.delta', 'test.abacas.nucmer.tiling',
|
|
|
|
'test.abacas.tab', 'test.abacas.unused.contigs.out',
|
|
|
|
'test.abacas.MULTIFASTA.fa' ]
|
|
|
|
pattern: "*.{abacas}*"
|
|
|
|
|
2021-10-03 07:20:26 +00:00
|
|
|
- versions:
|
2021-04-12 14:37:08 +00:00
|
|
|
type: file
|
2021-10-03 07:20:26 +00:00
|
|
|
description: File containing software versions
|
2021-09-27 08:41:24 +00:00
|
|
|
pattern: "versions.yml"
|
2021-04-12 14:37:08 +00:00
|
|
|
|
|
|
|
authors:
|
|
|
|
- "@joseespinosa"
|
|
|
|
- "@drpatelh"
|