Skip to content

Commit

Permalink
Update Whamg.wdl (#334)
Browse files Browse the repository at this point in the history
  • Loading branch information
riazgillani authored Apr 14, 2022
1 parent 1810fdd commit 87eee64
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions wdl/Whamg.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,6 @@ task RunWhamg {
set -euo pipefail
# print some info that may be useful for debugging
df -h
cat /sys/fs/cgroup/memory/memory.stat
echo "whamg $(./whamg 2>&1 >/dev/null | grep Version)"

# ensure that index files are present in appropriate locations
Expand Down Expand Up @@ -295,7 +294,6 @@ task RunWhamgIncludelist {
set -euo pipefail
# print some info that may be useful for debugging
df -h
cat /sys/fs/cgroup/memory/memory.stat
echo "whamg $(./whamg 2>&1 >/dev/null | grep Version)"

# ensure that index files are present in appropriate locations
Expand Down

0 comments on commit 87eee64

Please sign in to comment.