2021-06-08 09:13:51 +00:00
|
|
|
name: last_dotplot
|
|
|
|
description: Makes a dotplot (Oxford Grid) of pair-wise sequence alignments
|
|
|
|
keywords:
|
|
|
|
- LAST
|
|
|
|
- plot
|
|
|
|
- pair
|
|
|
|
- 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/last-dotplot.rst
|
|
|
|
tool_dev_url: https://gitlab.com/mcfrith/last
|
|
|
|
doi: ""
|
2022-02-15 11:15:27 +00:00
|
|
|
licence: ["GPL-3.0-or-later"]
|
2021-06-08 09:13:51 +00:00
|
|
|
|
|
|
|
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}"
|
2021-06-14 11:27:27 +00:00
|
|
|
- format:
|
|
|
|
type: value
|
|
|
|
description: Output format (PNG or GIF).
|
2021-06-08 09:13:51 +00:00
|
|
|
|
|
|
|
output:
|
2021-06-14 11:27:27 +00:00
|
|
|
- png:
|
2021-06-08 09:13:51 +00:00
|
|
|
type: file
|
2021-06-14 11:27:27 +00:00
|
|
|
description: Pairwise alignment dot plot image, in PNG format.
|
|
|
|
pattern: "*.png"
|
|
|
|
- gif:
|
|
|
|
type: file
|
|
|
|
description: Pairwise alignment dot plot image, in GIF format.
|
|
|
|
pattern: "*.gif"
|
2021-10-03 07:20:26 +00:00
|
|
|
- versions:
|
2021-06-08 09:13:51 +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-06-08 09:13:51 +00:00
|
|
|
|
|
|
|
authors:
|
|
|
|
- "@charles-plessy"
|