Skip to content

Commit

Permalink
Modified to take in fai as well
Browse files Browse the repository at this point in the history
  • Loading branch information
kjaisingh committed Dec 3, 2024
1 parent 0327cc8 commit e595de0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions wdl/CombineVcfsForMakeGq.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ workflow CombineVcfsForMakeGq {
File ploidy_table # Path to the ploidy table file
File contigs_fai # Path to the contigs FASTA index file
File ref_fasta # Path to the reference FASTA file
File ref_fasta_fai # Path to the reference FASTA index file
Int min_size # Minimum size for standardization
String sv_pipeline_docker # Docker image path for GATK-SV
Expand Down Expand Up @@ -47,6 +48,7 @@ workflow CombineVcfsForMakeGq {
formatted_vcfs = formatted_vcfs,
ploidy_table = ploidy_table,
ref_fasta = ref_fasta,
ref_fasta_fai = ref_fasta_fai,
gatk_docker = gatk_docker
}

Expand Down Expand Up @@ -148,6 +150,7 @@ task SVCluster {
Array[File] formatted_vcfs
File ploidy_table
File ref_fasta
File ref_fasta_fai
String gatk_docker
}

Expand Down

0 comments on commit e595de0

Please sign in to comment.