2021-11-15 11:48:56 +00:00
|
|
|
- name: unicycler test_unicycler_single_end
|
|
|
|
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:
|
2021-11-15 11:48:56 +00:00
|
|
|
- path: output/unicycler/test.assembly.gfa.gz
|
|
|
|
- path: output/unicycler/test.scaffolds.fa.gz
|
2021-03-22 17:14:24 +00:00
|
|
|
- path: output/unicycler/test.unicycler.log
|
|
|
|
contains:
|
|
|
|
- "Assembly complete"
|
|
|
|
|
2021-11-15 11:48:56 +00:00
|
|
|
- name: unicycler test_unicycler_paired_end
|
|
|
|
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:
|
2021-11-15 11:48:56 +00:00
|
|
|
- path: output/unicycler/test.assembly.gfa.gz
|
|
|
|
- path: output/unicycler/test.scaffolds.fa.gz
|
|
|
|
- path: output/unicycler/test.unicycler.log
|
|
|
|
contains:
|
|
|
|
- "Assembly complete"
|
|
|
|
|
|
|
|
- name: unicycler test_unicycler_shortreads_longreads
|
|
|
|
command: nextflow run tests/modules/unicycler -entry test_unicycler_shortreads_longreads -c tests/config/nextflow.config
|
|
|
|
tags:
|
|
|
|
- unicycler
|
|
|
|
files:
|
|
|
|
- path: output/unicycler/test.assembly.gfa.gz
|
|
|
|
- path: output/unicycler/test.scaffolds.fa.gz
|
2021-03-22 17:14:24 +00:00
|
|
|
- path: output/unicycler/test.unicycler.log
|
|
|
|
contains:
|
|
|
|
- "Assembly complete"
|