2021-03-23 18:03:58 +00:00
|
|
|
name: prodigal
|
2021-07-28 08:10:44 +00:00
|
|
|
description: Prodigal (Prokaryotic Dynamic Programming Genefinding Algorithm) is a microbial (bacterial and archaeal) gene finding program
|
2021-03-23 18:03:58 +00:00
|
|
|
keywords:
|
|
|
|
- sort
|
|
|
|
tools:
|
|
|
|
- prodigal:
|
|
|
|
description: Prodigal (Prokaryotic Dynamic Programming Genefinding Algorithm) is a microbial (bacterial and archaeal) gene finding program
|
|
|
|
homepage: {}
|
|
|
|
documentation: {}
|
|
|
|
tool_dev_url: {}
|
|
|
|
doi: ""
|
2021-07-28 08:10:44 +00:00
|
|
|
licence: ["GPL v3"]
|
2021-03-23 18:03:58 +00:00
|
|
|
|
|
|
|
input:
|
|
|
|
- meta:
|
|
|
|
type: map
|
|
|
|
description: |
|
|
|
|
Groovy Map containing sample information
|
|
|
|
e.g. [ id:'test', single_end:false ]
|
|
|
|
- bam:
|
|
|
|
type: file
|
|
|
|
description: BAM/CRAM/SAM file
|
|
|
|
pattern: "*.{bam,cram,sam}"
|
|
|
|
|
|
|
|
output:
|
|
|
|
- meta:
|
|
|
|
type: map
|
|
|
|
description: |
|
|
|
|
Groovy Map containing sample information
|
|
|
|
e.g. [ id:'test', single_end:false ]
|
|
|
|
- version:
|
|
|
|
type: file
|
|
|
|
description: File containing software version
|
|
|
|
pattern: "*.{version.txt}"
|
|
|
|
- bam:
|
|
|
|
type: file
|
|
|
|
description: Sorted BAM/CRAM/SAM file
|
|
|
|
pattern: "*.{bam,cram,sam}"
|
|
|
|
|
|
|
|
authors:
|
|
|
|
- "@grst"
|