Skip to content

Commit

Permalink
update for hg38
Browse files Browse the repository at this point in the history
  • Loading branch information
mmorgantaylor committed Mar 19, 2024
1 parent 0d3c862 commit 3757137
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pipelines/broad/arrays/imputation_beagle/ImputationBeagle.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,9 @@ workflow ImputationBeagle {
Float chunkLengthFloat = chunkLength

scatter (contig in contigs) {

String reference_filename = reference_panel_path + "ALL.chr" + contig + ".phase3_integrated.20130502.genotypes.cleaned"
String genetic_map_filename = genetic_maps_path + "plink.chr" + contig + ".GRCh37.map"
# these are specific to hg38
String reference_filename = reference_panel_path + "hgdp.tgp.gwaspy.merged.chr" + contig + ".merged.AN_added.bcf.ac2."
String genetic_map_filename = genetic_maps_path + "plink.chr" + contig + ".GRCh38.map"

ReferencePanelContig referencePanelContig = {
"vcf": reference_filename + vcf_suffix,
Expand Down

0 comments on commit 3757137

Please sign in to comment.