2021-03-22 17:14:24 +00:00
|
|
|
- name: unicycler single-end
|
2021-07-07 09:10:18 +00:00
|
|
|
command: nextflow run ./tests/modules/unicycler -entry test_unicycler_single_end -c tests/config/nextflow.config
|
2021-03-22 17:14:24 +00:00
|
|
|
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
|
2021-07-07 09:10:18 +00:00
|
|
|
command: nextflow run ./tests/modules/unicycler -entry test_unicycler_paired_end -c tests/config/nextflow.config
|
2021-03-22 17:14:24 +00:00
|
|
|
tags:
|
|
|
|
- unicycler
|
|
|
|
files:
|
|
|
|
- path: output/unicycler/test.scaffolds.fa
|
|
|
|
- path: output/unicycler/test.assembly.gfa
|
|
|
|
- path: output/unicycler/test.unicycler.log
|
|
|
|
contains:
|
|
|
|
- "Assembly complete"
|