forked from broadinstitute/gatk-sv
-
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.
SVConcordance workflows update (broadinstitute#540)
- Loading branch information
1 parent
8b664a4
commit 517a882
Showing
34 changed files
with
581 additions
and
626 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
12 changes: 12 additions & 0 deletions
12
inputs/templates/test/FormatVcfForGatk/FormatVcfForGatk.json.tmpl
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,12 @@ | ||
{ | ||
"FormatVcfForGatk.vcf": {{ test_batch.clean_vcf | tojson }}, | ||
"FormatVcfForGatk.prefix": {{ test_batch.name | tojson }}, | ||
"FormatVcfForGatk.ped_file": {{ test_batch.ped_file | tojson }}, | ||
"FormatVcfForGatk.formatter_args": {{ test_batch.clean_vcf_gatk_formatter_args | tojson }}, | ||
"FormatVcfForGatk.contig_list": {{ reference_resources.primary_contigs_list | tojson }}, | ||
"FormatVcfForGatk.chr_x": {{ reference_resources.chr_x | tojson }}, | ||
"FormatVcfForGatk.chr_y": {{ reference_resources.chr_y | tojson }}, | ||
"FormatVcfForGatk.contigs_header": {{ reference_resources.contigs_header | tojson }}, | ||
"FormatVcfForGatk.sv_base_mini_docker": {{ dockers.sv_base_mini_docker | tojson }}, | ||
"FormatVcfForGatk.sv_pipeline_docker": {{ dockers.sv_pipeline_docker | tojson }} | ||
} |
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,19 +1,26 @@ | ||
{ | ||
"JoinRawCalls.gatk_docker":{{ dockers.gatk_docker | tojson }}, | ||
"JoinRawCalls.gatk_docker": {{ dockers.gatk_docker | tojson }}, | ||
"JoinRawCalls.sv_base_mini_docker": {{ dockers.sv_base_mini_docker | tojson }}, | ||
"JoinRawCalls.sv_pipeline_docker": {{ dockers.sv_pipeline_docker | tojson }}, | ||
|
||
"JoinRawCalls.clustered_depth_vcfs" : [{{ test_batch.merged_depth_vcf | tojson }}], | ||
"JoinRawCalls.clustered_depth_vcf_indexes" : [{{ test_batch.merged_depth_vcf_index | tojson }}], | ||
|
||
"JoinRawCalls.clustered_manta_vcfs" : [{{ test_batch.merged_manta_vcf | tojson }}], | ||
"JoinRawCalls.clustered_manta_vcf_indexes" : [{{ test_batch.merged_manta_vcf_index | tojson }}], | ||
|
||
"JoinRawCalls.clustered_wham_vcfs" : [{{ test_batch.merged_wham_vcf | tojson }}], | ||
"JoinRawCalls.clustered_wham_vcf_indexes" : [{{ test_batch.merged_wham_vcf_index | tojson }}], | ||
|
||
"JoinRawCalls.clustered_melt_vcfs" : [{{ test_batch.merged_melt_vcf | tojson }}], | ||
"JoinRawCalls.clustered_melt_vcf_indexes" : [{{ test_batch.merged_melt_vcf_index | tojson }}], | ||
|
||
"JoinRawCalls.ploidy_table": {{ test_batch.ploidy_table | tojson }}, | ||
"JoinRawCalls.ped_file": {{ test_batch.ped_file | tojson }}, | ||
|
||
"JoinRawCalls.contig_list": {{ reference_resources.primary_contigs_list | tojson }}, | ||
"JoinRawCalls.reference_fasta": {{ reference_resources.reference_fasta | tojson }}, | ||
"JoinRawCalls.reference_fasta_fai": {{ reference_resources.reference_index | tojson }}, | ||
"JoinRawCalls.reference_dict": {{ reference_resources.reference_dict | tojson }}, | ||
|
||
"JoinRawCalls.cohort": {{ test_batch.name | tojson }} | ||
"JoinRawCalls.prefix": {{ test_batch.name | tojson }} | ||
} |
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
16 changes: 3 additions & 13 deletions
16
inputs/templates/test/SVConcordance/SVConcordance.json.tmpl
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,15 +1,15 @@ | ||
{ | ||
"VaporBatch.sv_base_mini_docker" : {{ dockers.sv_base_mini_docker | tojson }}, | ||
"VaporBatch.sv_pipeline_docker" : {{ dockers.sv_pipeline_docker | tojson }}, | ||
"VaporBatch.vapor_docker": {{ dockers.vapor_docker | tojson }}, | ||
"VaporBatch.contigs": {{ reference_resources.primary_contigs_list | tojson }}, | ||
"VaporBatch.ref_fasta" : {{ reference_resources.reference_fasta | tojson }}, | ||
"VaporBatch.ref_fai" : {{ reference_resources.reference_index | tojson }}, | ||
"VaporBatch.ref_dict": {{ reference_resources.reference_dict | tojson }}, | ||
"Vapor.sv_base_mini_docker" : {{ dockers.sv_base_mini_docker | tojson }}, | ||
"Vapor.sv_pipeline_docker" : {{ dockers.sv_pipeline_docker | tojson }}, | ||
"Vapor.vapor_docker": {{ dockers.vapor_docker | tojson }}, | ||
"Vapor.contigs": {{ reference_resources.primary_contigs_list | tojson }}, | ||
"Vapor.ref_fasta" : {{ reference_resources.reference_fasta | tojson }}, | ||
"Vapor.ref_fai" : {{ reference_resources.reference_index | tojson }}, | ||
"Vapor.ref_dict": {{ reference_resources.reference_dict | tojson }}, | ||
|
||
"VaporBatch.prefix": {{ test_batch.example_pacbio_sample_id | tojson }}, | ||
"VaporBatch.sample_id": {{ test_batch.example_pacbio_sample_id | tojson }}, | ||
"VaporBatch.bam_or_cram_file": {{ test_batch.example_pacbio_cram | tojson }}, | ||
"VaporBatch.bam_or_cram_index": {{ test_batch.example_pacbio_cram_index | tojson }}, | ||
"VaporBatch.bed_file": {{ test_batch.clean_bed | tojson }} | ||
"Vapor.prefix": {{ test_batch.example_pacbio_sample_id | tojson }}, | ||
"Vapor.sample_id": {{ test_batch.example_pacbio_sample_id | tojson }}, | ||
"Vapor.bam_or_cram_file": {{ test_batch.example_pacbio_cram | tojson }}, | ||
"Vapor.bam_or_cram_index": {{ test_batch.example_pacbio_cram_index | tojson }}, | ||
"Vapor.bed_file": {{ test_batch.clean_bed | tojson }} | ||
} |
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
Oops, something went wrong.