nf-core_modules/tests/software/last
Charles Plessy f7ebc2fc48
New last/dotplot module for pairwise similarity plots (#529)
* 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
2021-06-08 11:13:51 +02:00
..
dotplot New last/dotplot module for pairwise similarity plots (#529) 2021-06-08 11:13:51 +02:00
lastal New last/lastal module to align query sequences on a target index (#510) 2021-05-25 22:10:48 +01:00
lastdb New last/lastdb module to index sequences before alignment. (#476) 2021-05-02 11:36:31 +01:00
mafswap New module last/mafswap to reorder sequences in alignments (#500) 2021-05-19 08:59:23 +01:00
split New last/split module to find split alignments. (#511) 2021-05-24 20:15:57 +01:00
train New last/train module to train alignment parameters. (#492) 2021-05-19 08:37:08 +01:00