mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-12-22 11:08:17 +00:00
Fixing abacas meta.yml file (#447)
* Fixing abacas meta.yml file * Fix lint test
This commit is contained in:
parent
2ed9b6ae28
commit
1e033bbf02
1 changed files with 14 additions and 4 deletions
|
@ -6,7 +6,10 @@ keywords:
|
||||||
- contiguate
|
- contiguate
|
||||||
tools:
|
tools:
|
||||||
- abacas:
|
- 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.
|
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
|
homepage: http://abacas.sourceforge.net/documentation.html
|
||||||
documentation: http://abacas.sourceforge.net/documentation.html
|
documentation: http://abacas.sourceforge.net/documentation.html
|
||||||
tool_dev_url: None
|
tool_dev_url: None
|
||||||
|
@ -35,9 +38,16 @@ output:
|
||||||
Groovy Map containing sample information
|
Groovy Map containing sample information
|
||||||
e.g. [ id:'test', single_end:false ]
|
e.g. [ id:'test', single_end:false ]
|
||||||
- results:
|
- results:
|
||||||
type: file
|
type: files
|
||||||
description: Sorted BAM/CRAM/SAM file
|
description: |
|
||||||
pattern: "*.{bam,cram,sam}"
|
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}*"
|
||||||
|
|
||||||
- version:
|
- version:
|
||||||
type: file
|
type: file
|
||||||
description: File containing software version
|
description: File containing software version
|
||||||
|
|
Loading…
Reference in a new issue