-
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add test for CollectQualityYieldMetrics * add test for CollectReadgroupBamQualityMetrics * add test for deepvariant
- Loading branch information
Showing
24 changed files
with
1,260,613 additions
and
9 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
input_bam: | ||
class: File | ||
path: valid.bam | ||
doc: | | ||
From https://github.com/broadinstitute/gatk/blob/7f96bf6677040851c6da3cb96d97f957f1df05bc/src/test/resources/org/broadinstitute/hellbender/metrics/analysis/CollectQualityYieldMetrics/valid.bam | ||
Copyright 2021 Broad Institute, Inc. | ||
Licensed under the Apache License, Version 2.0 (the "License") | ||
metrics_filename: collect_quality_yield_metrics.quals.txt | ||
preemptible_tries: 0 |
22 changes: 22 additions & 0 deletions
22
wdl2cwl/tests/inputs/CollectReadgroupBamQualityMetrics.yaml
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,22 @@ | ||
input_bam: | ||
class: File | ||
path: RP-929.NA12878.bam | ||
doc: created from running https://github.com/mr-c/warp/blob/more_public_data/pipelines/broad/reprocessing/external/exome/test_inputs/Plumbing/RP-929.NA12878.json | ||
input_bam_index: | ||
class: File | ||
path: RP-929.NA12878.bai | ||
doc: created from running https://github.com/mr-c/warp/blob/more_public_data/pipelines/broad/reprocessing/external/exome/test_inputs/Plumbing/RP-929.NA12878.json | ||
output_bam_prefix: RP-929.NA12878.readgroup | ||
ref_dict: | ||
class: File | ||
location: https://storage.googleapis.com/gcp-public-data--broad-references/hg38/v0/Homo_sapiens_assembly38.dict | ||
ref_fasta: | ||
class: File | ||
path: Homo_sapiens_assembly38.fasta | ||
location: https://storage.googleapis.com/gcp-public-data--broad-references/hg38/v0/Homo_sapiens_assembly38.fasta | ||
ref_fasta_index: | ||
class: File | ||
path: Homo_sapiens_assembly38.fasta | ||
location: https://storage.googleapis.com/gcp-public-data--broad-references/hg38/v0/Homo_sapiens_assembly38.fasta.fai | ||
collect_gc_bias_metrics: False | ||
preemptible_tries: 3 |
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+3.74 MB
wdl2cwl/tests/inputs/deepvariant-testdata/NA12878_S1.chr20.10_10p1mb.bam
Binary file not shown.
Binary file added
BIN
+5.34 KB
wdl2cwl/tests/inputs/deepvariant-testdata/NA12878_S1.chr20.10_10p1mb.bam.bai
Binary file not shown.
11 changes: 11 additions & 0 deletions
11
wdl2cwl/tests/inputs/deepvariant-testdata/test_nist.b37_chr20_100kbp_at_10mb.bed
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,11 @@ | ||
chr20 10000846 10002407 | ||
chr20 10002520 10004171 | ||
chr20 10004273 10004964 | ||
chr20 10004994 10006386 | ||
chr20 10006409 10007800 | ||
chr20 10007824 10008018 | ||
chr20 10008043 10008079 | ||
chr20 10008100 10008707 | ||
chr20 10008808 10008897 | ||
chr20 10009002 10009791 | ||
chr20 10009933 10010531 |
Binary file added
BIN
+5.59 KB
wdl2cwl/tests/inputs/deepvariant-testdata/test_nist.b37_chr20_100kbp_at_10mb.vcf.gz
Binary file not shown.
Binary file added
BIN
+197 Bytes
wdl2cwl/tests/inputs/deepvariant-testdata/test_nist.b37_chr20_100kbp_at_10mb.vcf.gz.tbi
Binary file not shown.
Oops, something went wrong.