Skip to content

Commit

Permalink
Merge pull request #420 from broadinstitute/pangolin
Browse files Browse the repository at this point in the history
pangolin update data only
  • Loading branch information
dpark01 authored May 18, 2022
2 parents 34c96fb + 5cdc15c commit 39fa4f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pipes/WDL/tasks/tasks_sarscov2.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ task pangolin_one_sample {
if [ -n "~{true='UPDATE' false='' update_dbs_now}" ]; then
set +e
# ignore failure of this step
pangolin --update
pangolin --update-data
set -e
fi
date | tee DATE
Expand Down Expand Up @@ -99,7 +99,7 @@ task pangolin_many_samples {
if [ -n "~{true='UPDATE' false='' update_dbs_now}" ]; then
set +e
# ignore failure of this step
pangolin --update
pangolin --update-data
set -e
fi
date | tee DATE
Expand Down

0 comments on commit 39fa4f0

Please sign in to comment.