Skip to content

Commit

Permalink
Added resource monitoring script and increase disk size
Browse files Browse the repository at this point in the history
  • Loading branch information
yueyaog committed Aug 14, 2023
1 parent 799c78f commit 3ba5d4a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion AlignmentBasedCNVEvaluation/AlignmentBasedCNVEvaluation.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,12 @@ version 1.0
command <<<
set -e

# Import the resource monitor script
export TMPDIR=/tmp
wget -O monitor_script.sh https://raw.githubusercontent.com/klarman-cell-observatory/cumulus/master/docker/monitor_script.sh
chmod a+rx monitor_script.sh
./monitor_script.sh > monitoring.log &

# Extract blast database from tar files
mkdir -p /lastdb/reference_database
mkdir -p /lastdb/t2t_database
Expand All @@ -134,7 +140,7 @@ version 1.0
bootDiskSizeGb: 12
cpu: 16
memory: "128 GB"
disks: "local-disk 500 HDD"
disks: "local-disk 1000 HDD"
preemptible: 0
maxRetries: 0
}
Expand Down

0 comments on commit 3ba5d4a

Please sign in to comment.