-
Notifications
You must be signed in to change notification settings - Fork 428
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
AitorOP
committed
Aug 16, 2024
1 parent
3c243d8
commit 9950a69
Showing
7 changed files
with
74 additions
and
20 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
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 |
---|---|---|
@@ -0,0 +1,37 @@ | ||
- name: Run variant calling on tumor only sample with lofreq | ||
command: nextflow run main.nf -profile test,tools_tumoronly --tools lofreq --outdir results | ||
tags: | ||
- lofreq | ||
- tumor_only | ||
- variant_calling | ||
files: | ||
- path: results/csv/variantcalled.csv | ||
md5sum: 5cce88d8a0961c51e15120c6cffc1de4 | ||
- path: results/csv/mapped.csv | ||
md5sum: 85c4d7e1fed217509c3f5c9cbd93539f | ||
- path: results/csv/recalibrated.csv | ||
md5sum: 4251894dfed507f5b4a59b97cdea68cf | ||
- path: results/multiqc | ||
- path: results/sort | ||
- path: results/merge | ||
- path: results/reports/bcftools/lofreq/sample2/sample2.bcftools_stats.txt | ||
md5sum: 795d766515702e277fecfe54cef17eb0 | ||
# conda changes md5sums for test | ||
- path: results/reports/vcftools/lofreq/sample2/sample2.FILTER.summary | ||
md5sum: be7ff84cf917483f02a6ae28edae999d | ||
- path: results/reports/vcftools/lofreq/sample2/sample2.TsTv.qual | ||
md5sum: e5d29ea7ac3d1ddfe77ae4574615c366 | ||
# conda changes md5sums for test | ||
- path: results/reports/samtools/sample2/sample2.recal.cram.stats | ||
md5sum: 345e7084e5dda88fe368894d19ee50de | ||
- path: results/reports/samtools/sample2/sample2.sorted.cram.stats | ||
md5sum: 6e3505dc1d2ea5db94232fdd8e33ae84 | ||
# conda changes md5sums for test | ||
- path: results/variant_calling/lofreq/sample2/sample2.vcf.gz | ||
md5sum: 15b7a969076d113d6fb18f00c9312a76 | ||
# binary changes md5sums on reruns | ||
- path: results/reports/mosdepth/sample2/sample2.recal.mosdepth.global.dist.txt | ||
- path: results/reports/mosdepth/sample2/sample2.recal.mosdepth.region.dist.txt | ||
- path: results/reports/mosdepth/sample2/sample2.recal.mosdepth.summary.txt | ||
- path: results/reports/mosdepth/sample2/sample2.recal.regions.bed.gz | ||
- path: results/reports/mosdepth/sample2/sample2.recal.regions.bed.gz.csi |