Skip to content

Commit

Permalink
Switching from GHCR to DockerHub
Browse files Browse the repository at this point in the history
  • Loading branch information
tefirman committed Jul 3, 2024
1 parent 3eeba69 commit dc08a8e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions variantCalling/variantCalling.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ workflow PanelBwaGatk4Annovar {
ReferenceData reference_genome
}

String gatk_docker = "ghcr.io/getwilds/gatk:4.3.0.0"
String annovar_docker = "ghcr.io/getwilds/annovar:${reference_genome.ref_name}"
String bwa_docker = "ghcr.io/getwilds/bwa:0.7.17"
String gatk_docker = "getwilds/gatk:4.3.0.0"
String annovar_docker = "getwilds/annovar:${reference_genome.ref_name}"
String bwa_docker = "getwilds/bwa:0.7.17"

scatter (sample in sample_batch){
File bam = sample.bam_file
Expand Down

0 comments on commit dc08a8e

Please sign in to comment.