mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-11 12:43:09 +00:00
22 lines
733 B
YAML
22 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"
|