nf-core_modules/software/last/mafconvert/meta.yml

45 lines
1.2 KiB
YAML
Raw Normal View History

name: last_mafconvert
description: Converts MAF alignments in another format.
keywords:
- LAST
- convert
- alignment
- MAF
tools:
- last:
description: LAST finds & aligns related regions of sequences.
homepage: https://gitlab.com/mcfrith/last
documentation: https://gitlab.com/mcfrith/last/-/blob/main/doc/
tool_dev_url: https://gitlab.com/mcfrith/last
doi: ""
licence: ['GPL v3-or-later']
input:
- meta:
type: map
description: |
Groovy Map containing sample information
e.g. [ id:'test', single_end:false ]
- maf:
type: file
description: Multiple Aligment Format (MAF) file, compressed with gzip
pattern: "*.{maf.gz}"
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}"
- alm:
type: file
description: Gzipped pairwise alignmnet in TAB or other formats
pattern: "*.{axt,blast,blasttab,chain,gff,html,psl,sam,tab}.gz"
authors:
- "@aleksandrabliznina"