nf-core_modules/tests/software/unicycler/test.yml
Kevin Menden 043a7d1e3c
remove deprecated test tags (#440)
* remove deprecated test tags

* fix bowtie, gatk4/applybsqr

* fix gatk4 baserecalibrator

* fixed shovill

* fixed yara/mapper

* fixed kallistobustools/ref paths
2021-04-13 18:03:09 +01:00

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"