mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-11 12:43:09 +00:00
043a7d1e3c
* remove deprecated test tags * fix bowtie, gatk4/applybsqr * fix gatk4 baserecalibrator * fixed shovill * fixed yara/mapper * fixed kallistobustools/ref paths
21 lines
733 B
YAML
21 lines
733 B
YAML
- name: unicycler single-end
|
|
command: nextflow run ./tests/software/unicycler -entry test_unicycler_single_end -c tests/config/nextflow.config
|
|
tags:
|
|
- unicycler
|
|
files:
|
|
- path: output/unicycler/test.scaffolds.fa
|
|
- path: output/unicycler/test.assembly.gfa
|
|
- path: output/unicycler/test.unicycler.log
|
|
contains:
|
|
- "Assembly complete"
|
|
|
|
- name: unicycler paired-end
|
|
command: nextflow run ./tests/software/unicycler -entry test_unicycler_paired_end -c tests/config/nextflow.config
|
|
tags:
|
|
- unicycler
|
|
files:
|
|
- path: output/unicycler/test.scaffolds.fa
|
|
- path: output/unicycler/test.assembly.gfa
|
|
- path: output/unicycler/test.unicycler.log
|
|
contains:
|
|
- "Assembly complete"
|