Skip to content

Commit

Permalink
Removed unused ref_fasta and index
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelgatzen committed Sep 18, 2024
1 parent 101740e commit 8e9af58
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
4 changes: 0 additions & 4 deletions ImputationPipeline/ProGRESSMultivariateRiskModel.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ workflow ProGRESSMultivariateRiskModel {
String chromosome_encoding = "chrMT"
Int mem_gb_array_vcf_to_plink = 16

File ref_fasta
File ref_fasta_index
File ref_dict
}

Expand All @@ -42,8 +40,6 @@ workflow ProGRESSMultivariateRiskModel {
basename = basename,
weights = prs_weights,

ref_fasta = ref_fasta,
ref_fasta_index = ref_fasta_index,
ref_dict = ref_dict
}

Expand Down
2 changes: 0 additions & 2 deletions ImputationPipeline/ScoreBGE/ScoreBGE.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,6 @@ task ScoreGvcfAndVcf {

String score_bge_docker = "us.gcr.io/broad-dsde-methods/palantir-workflows-score-bge:palantir-workflows_5feb024"

File ref_fasta
File ref_fasta_index
File ref_dict

Int preemptible = 1
Expand Down

0 comments on commit 8e9af58

Please sign in to comment.