mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00:00
cfa8f64c4f
* Adding unicycler module * Do not forget to change default keywords on meta.yml
23 lines
787 B
YAML
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"
|