Skip to content

Commit

Permalink
switch to a docker that can run bash
Browse files Browse the repository at this point in the history
  • Loading branch information
dpark01 committed Jun 19, 2020
1 parent 3635e86 commit d4b65c0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pipes/WDL/tasks/tasks_reports.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ task tsv_join {
String join_type="inner"
String out_basename

String docker="jdkelley/csvkit"
String docker="stratdat/csvkit"
}

command {
Expand Down Expand Up @@ -408,7 +408,7 @@ task tsv_stack {
input {
Array[File]+ input_tsvs
String out_basename
String docker="jdkelley/csvkit"
String docker="stratdat/csvkit"
}

command {
Expand Down Expand Up @@ -464,6 +464,7 @@ task compare_two_genomes {
docker: "${docker}"
disks: "local-disk 50 HDD"
dx_instance_type: "mem1_ssd1_v2_x2"
preemptible: 1
}
}

Expand Down

0 comments on commit d4b65c0

Please sign in to comment.