Skip to content

Commit

Permalink
revert tag and runtim env
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinlibuit committed Feb 10, 2021
1 parent 3f11a3a commit 68e82a2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tasks/task_taxonID.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ task pangolin2 {
input {
File fasta
String samplename
String docker="staphb/pangolin:2.2.1-pangolearn-2021-02-06"
String docker="staphb/pangolin:2.1.10-pangolearn-2021-02-01"


}
Expand Down Expand Up @@ -132,10 +132,10 @@ task pangolin2 {

runtime {
docker: "~{docker}"
memory: "3 GB"
cpu: 2
disks: "local-disk 50 HDD"
dx_instance_type: "mem1_ssd1_v2_x2"
memory: "8 GB"
cpu: 40
disks: "local-disk 100 SSD"
preemptible: 0
}
}

Expand Down

0 comments on commit 68e82a2

Please sign in to comment.