-
Notifications
You must be signed in to change notification settings - Fork 719
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updated input, output and test after review
- Loading branch information
Showing
5 changed files
with
148 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,46 @@ | ||
- name: topas gencons test_topas_gencons | ||
command: nextflow run ./tests/modules/nf-core/topas/gencons -entry test_topas_gencons -c ./tests/config/nextflow.config -c ./tests/modules/nf-core/topas/gencons/nextflow.config | ||
tags: | ||
- topas | ||
- topas/gencons | ||
files: | ||
- path: output/topas/[].fasta.ccf | ||
md5sum: 794d4231ee35302a9816df2c1f595041 | ||
- path: output/topas/[].fasta.gz | ||
md5sum: 1f219a39d28eed85be8a48cb167d5879 | ||
- path: output/topas/[].fasta.log | ||
contains: | ||
- "Use -? for help" | ||
- path: output/topas/versions.yml | ||
|
||
- name: topas gencons test_topas_gencons_fai | ||
command: nextflow run ./tests/modules/nf-core/topas/gencons -entry test_topas_gencons_fai -c ./tests/config/nextflow.config -c ./tests/modules/nf-core/topas/gencons/nextflow.config | ||
tags: | ||
- topas | ||
- topas/gencons | ||
files: | ||
- path: output/topas/test.fasta.ccf | ||
md5sum: ed5d5767d014d76d5ba904017d937cd5 | ||
md5sum: 794d4231ee35302a9816df2c1f595041 | ||
- path: output/topas/test.fasta.gz | ||
md5sum: 1f219a39d28eed85be8a48cb167d5879 | ||
- path: output/topas/test.fasta.log | ||
contains: | ||
- "Use -? for help" | ||
- path: output/topas/versions.yml | ||
|
||
- name: topas gencons test_topas_gencons_indels | ||
command: nextflow run ./tests/modules/nf-core/topas/gencons -entry test_topas_gencons_indels -c ./tests/config/nextflow.config -c ./tests/modules/nf-core/topas/gencons/nextflow.config | ||
tags: | ||
- topas | ||
- topas/gencons | ||
files: | ||
- path: output/topas/[].fasta.ccf | ||
md5sum: f7337d6e701ab7c5b3c8654742e5116a | ||
- path: output/topas/[].fasta.gz | ||
md5sum: 1f219a39d28eed85be8a48cb167d5879 | ||
- path: output/topas/[].fasta.log | ||
contains: | ||
- "Use -? for help" | ||
- path: output/topas/[].vcf.gz | ||
md5sum: 91806432f141a2a7a071283aa962488d | ||
- path: output/topas/versions.yml |