nf-core_modules/tests/software/unicycler/test.yml

24 lines
787 B
YAML
Raw Normal View History

- name: unicycler single-end
command: nextflow run ./tests/software/unicycler -entry test_unicycler_single_end -c tests/config/nextflow.config
tags:
- unicycler
- unicycler_single_end
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
- unicycler_paired_end
files:
- path: output/unicycler/test.scaffolds.fa
- path: output/unicycler/test.assembly.gfa
- path: output/unicycler/test.unicycler.log
contains:
- "Assembly complete"