nf-core_modules/tests/software/unicycler/test.yml
Jose Espinosa-Carrasco cfa8f64c4f
Adding unicycler module (#307)
* Adding unicycler module

* Do not forget to change default keywords on meta.yml
2021-03-22 18:14:24 +01:00

23 lines
787 B
YAML

- 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"