mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-13 13:23:09 +00:00
f7ebc2fc48
* New last/dotplot module for pairwise similarity plots The `last-dotplot` tool takes a pairwise alignment in [MAF](http://genome.ucsc.edu/FAQ/FAQformat.html#format5) format, possibly compressed with gzip, or in a tabular format produced by the `maf-convert` tool, and produces a similarity dot-plot of the two sequences in one of the graphical formats supported by the Python Imaging Library. A the tool guesses the output format by the file extension of the file, which is constructed by the module at run time, I have used the `args2` option to convey this information to the module. This new module is part of the work described in Issue #464. During this development, we fix the version of LAST to 1219 to ensure consistency (hence please ignore lint's version warning). * Update the functions.nf file to the dev branch. https://raw.githubusercontent.com/nf-core/tools/dev/nf_core/module-template/software/functions.nf
17 lines
559 B
YAML
17 lines
559 B
YAML
- name: last dotplot test_last_dotplot
|
|
command: nextflow run tests/software/last/dotplot -entry test_last_dotplot -c tests/config/nextflow.config
|
|
tags:
|
|
- last
|
|
- last/dotplot
|
|
files:
|
|
- path: output/last/test.png
|
|
md5sum: 6189aaf96f522cdb664869724997bbcd
|
|
|
|
- name: last dotplot test_last_dotplot_gif
|
|
command: nextflow run tests/software/last/dotplot -entry test_last_dotplot_gif -c tests/config/nextflow.config
|
|
tags:
|
|
- last
|
|
- last/dotplot
|
|
files:
|
|
- path: output/last/test.gif
|
|
md5sum: 1dd2c85fb5495ca0e85c4ef1dcfce220
|