mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-11 12:43:09 +00:00
4575e5455c
* New last/split module to find split alignments. The `last-split` tool distributed with [LAST](https://gitlab.com/mcfrith/last) finds split or spliced alignments in a MAF file that is produced with, for example, LAST `lastal` command. This new module is part of the work discribed in Issue #464. During this development, we fix the versiob of LAST to 1219 to ensure consistency. We will upgrade it later. * Update software/last/split/main.nf * Apply suggestions from code review Co-authored-by: Harshil Patel <drpatelh@users.noreply.github.com>
8 lines
284 B
YAML
8 lines
284 B
YAML
- name: last split test_last_split
|
|
command: nextflow run tests/software/last/split -entry test_last_split -c tests/config/nextflow.config
|
|
tags:
|
|
- last
|
|
- last/split
|
|
files:
|
|
- path: output/last/contigs.genome.split.maf.gz
|
|
md5sum: 2a177444f63c9294767a67a0247f0f05
|