Skip to content

Commit

Permalink
Fix checksums after manual tests
Browse files Browse the repository at this point in the history
  • Loading branch information
FriederikeHanssen committed Dec 4, 2023
1 parent 134405d commit d99eed9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions tests/test_sentieon_dnascope.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,15 +137,15 @@
- path: results/dnascope
should_exist: false
- path: results/reports/mosdepth/test/test.recal.mosdepth.global.dist.txt
md5sum: 69e29702ef01fd8f6c7a5468fc35a16a
md5sum: e82e90c7d508a135b5a8a7cd6933452e
- path: results/reports/mosdepth/test/test.recal.mosdepth.region.dist.txt
md5sum: 6ec49cd7d510c2eb3d9d90fdb79b783a
md5sum: 3a2030e5e8af7bc12720c3a5592bf921
- path: results/reports/mosdepth/test/test.recal.mosdepth.summary.txt
md5sum: 103098d0bf76ed82d2b87d5f242b099a
md5sum: 615c5c5019d88045a9ff5bbe6e63d270
- path: results/reports/mosdepth/test/test.recal.regions.bed.gz
md5sum: b5888cf7395c57d39879a5faa6159eb3
md5sum: 9f1ea20e7461db948ba21f70c4d1b3ba
- path: results/reports/mosdepth/test/test.recal.regions.bed.gz.csi
md5sum: 9cb0ad7039a3b703d16ca7d5b835c0ee
md5sum: 5c00a1d457c387d6e71848a6d897e309
- path: results/reports/samtools/test/test.recal.cram.stats
- name: Run variant calling on germline sample with sentieons dnascope output both gvcf and vcf
command: nextflow run main.nf -profile test_cache,targeted,software_license --sentieon_extension --input ./tests/csv/3.0/mapped_single_bam.csv --tools sentieon_dnascope --step variant_calling --outdir results --sentieon_dnascope_emit_mode variant,gvcf
Expand Down Expand Up @@ -178,13 +178,13 @@
- path: results/dnascope
should_exist: false
- path: results/reports/mosdepth/test/test.recal.mosdepth.global.dist.txt
md5sum: 69e29702ef01fd8f6c7a5468fc35a16a
md5sum: e82e90c7d508a135b5a8a7cd6933452e
- path: results/reports/mosdepth/test/test.recal.mosdepth.region.dist.txt
md5sum: 6ec49cd7d510c2eb3d9d90fdb79b783a
md5sum: 3a2030e5e8af7bc12720c3a5592bf921
- path: results/reports/mosdepth/test/test.recal.mosdepth.summary.txt
md5sum: 103098d0bf76ed82d2b87d5f242b099a
md5sum: 615c5c5019d88045a9ff5bbe6e63d270
- path: results/reports/mosdepth/test/test.recal.regions.bed.gz
md5sum: b5888cf7395c57d39879a5faa6159eb3
md5sum: 9f1ea20e7461db948ba21f70c4d1b3ba
- path: results/reports/mosdepth/test/test.recal.regions.bed.gz.csi
md5sum: 9cb0ad7039a3b703d16ca7d5b835c0ee
md5sum: 5c00a1d457c387d6e71848a6d897e309
- path: results/reports/samtools/test/test.recal.cram.stats
2 changes: 1 addition & 1 deletion tests/test_sentieon_haplotyper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
- path: results/reports/mosdepth/test/test.recal.mosdepth.global.dist.txt
md5sum: e82e90c7d508a135b5a8a7cd6933452e
- path: results/reports/mosdepth/test/test.recal.mosdepth.summary.txt
md5sum: 4f0d231060cbde4efdd673863bd2fb59
md5sum: 615c5c5019d88045a9ff5bbe6e63d270
- path: results/reports/mosdepth/test/test.recal.per-base.bed.gz
md5sum: bc1df47d46f818fee5275975925d769a
- path: results/reports/mosdepth/test/test.recal.per-base.bed.gz.csi
Expand Down

0 comments on commit d99eed9

Please sign in to comment.