nf-core_modules/tests/software/last
Charles Plessy c8168bc351
Update last module (#533)
* Update LAST to version 1238.

* Update functions.nf to the latest devel version.

* Update test MD5sums after updating software version.

* Make portable on MacOS

* Allow input alignments to be uncompressed.

While the strategy in this family of modules is to make all inputs and
outputs compressed, this change might be useful to some users.

As of LAST 2138, `last/split` does not allow its input to be compressed.

* Search for .des file, that is guaranteed to be unique.

Some LAST indexes have more than one .bck file and it makes the name
detection crash.

In this commit, I also standardise how the names are detected.

* Use value input channel and optional output channels to handle formats.

As discussed on Slack, it is preferred to use a value input channel
instead of sneaking options through `params.args2` or `params.format`
as we did.

Likewise, optional output channels with clearly labeled format are
preferred to 'catch-all' wildcards.
2021-06-14 12:27:27 +01:00
..
dotplot Update last module (#533) 2021-06-14 12:27:27 +01:00
lastal Update last module (#533) 2021-06-14 12:27:27 +01:00
lastdb Update last module (#533) 2021-06-14 12:27:27 +01:00
mafconvert Update last module (#533) 2021-06-14 12:27:27 +01:00
mafswap New module last/mafswap to reorder sequences in alignments (#500) 2021-05-19 08:59:23 +01:00
postmask New module last/postmask to filter alignment files (#526) 2021-06-08 11:14:08 +02: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