Skip to content

Commit

Permalink
check disk space overall
Browse files Browse the repository at this point in the history
  • Loading branch information
yueyaog committed Aug 15, 2023
1 parent 15dd01e commit 25a8633
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions AlignmentBasedCNVEvaluation/AlignmentBasedCNVEvaluation.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,9 @@ version 1.0
# Extract blast database from tar files
mkdir -p /lastdb/reference_database
mkdir -p /lastdb/t2t_database
echo "Disk usage"
df -h
echo "Disk usage of /lastdb"
df -h /lastdb
tar -xvf ~{reference_last_database} -C /lastdb/reference_database/
tar -xvf ~{T2T_last_database} -C /lastdb/t2t_database/
Expand Down

0 comments on commit 25a8633

Please sign in to comment.