-
Notifications
You must be signed in to change notification settings - Fork 0
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
Showing
11 changed files
with
98 additions
and
49 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
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,12 +1,15 @@ | ||
process QUALITY_CONTROL { | ||
|
||
publishDir "${params.output_reports}", mode: "copy", pattern: '*.html' | ||
|
||
input: | ||
path excluded_samples | ||
path zip | ||
|
||
output: | ||
path "*.html" | ||
|
||
""" | ||
multiqc . | ||
multiqc . | ||
""" | ||
} |
Binary file removed
BIN
-20.2 MB
tests/data/bam/HG00096.mapped.ILLUMINA.bwa.GBR.low_coverage.20101123_copy.bam
Binary file not shown.
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,20 @@ | ||
{ | ||
"Runs with single BAM file and mutect2": { | ||
"content": [ | ||
"variants.annotated.txt:md5,94fa4b4d0613f61410618a7eba4c5c97" | ||
], | ||
"timestamp": "2024-02-26T23:09:58.251860914" | ||
}, | ||
"Runs with single BAM file and mutserve": { | ||
"content": [ | ||
"variants_ann.txt:md5,1d8423fc3e89a12e226e5e4b89f60150" | ||
"variants.annotated.txt:md5,21b561f9b05098cdc137f43b4988570e" | ||
], | ||
"timestamp": "2024-01-10T14:27:36.082310248" | ||
"timestamp": "2024-02-26T23:02:15.242706827" | ||
}, | ||
"Runs with BAM file including different header contigs": { | ||
"content": [ | ||
"variants_ann.txt:md5,c2aa6c45193a921f4a20238fe9bf6cd8" | ||
"variants.annotated.txt:md5,d68e6fed173c766228164438a24ecf5a" | ||
], | ||
"timestamp": "2024-01-10T14:28:13.798945731" | ||
"timestamp": "2024-02-26T23:03:07.470112898" | ||
} | ||
} |