mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-11 04:33:10 +00:00
3ac21ff0dc
* Add abacas module * Add test for abacas module * Add Harshil to authorship * Updating test with the data uploaded to nf-core/datasets * Apply suggestions from code review Co-authored-by: Harshil Patel <drpatelh@users.noreply.github.com>
48 lines
1.3 KiB
YAML
48 lines
1.3 KiB
YAML
name: abacas
|
|
description: contiguate draft genome assembly
|
|
keywords:
|
|
- genome
|
|
- assembly
|
|
- contiguate
|
|
tools:
|
|
- abacas:
|
|
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.
|
|
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:
|
|
type: file
|
|
description: Sorted BAM/CRAM/SAM file
|
|
pattern: "*.{bam,cram,sam}"
|
|
- version:
|
|
type: file
|
|
description: File containing software version
|
|
pattern: "*.{version.txt}"
|
|
|
|
authors:
|
|
- "@joseespinosa"
|
|
- "@drpatelh"
|