Skip to content

Commit

Permalink
test code
Browse files Browse the repository at this point in the history
  • Loading branch information
mcovarr committed May 6, 2024
1 parent 5349a0f commit d7bc9f2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/variantstore/wdl/GvsExtractCallset.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -379,6 +379,10 @@ task ExtractTask {
exit 1
fi

echo "MEM_SIZE: ${MEM_SIZE}, MEM_UNIT: ${MEM_UNIT}, memory_mb: ${memory_mb}, memory_gib: ~{memory_gib}"
echo "OutOfMemory" 1>&2
exit 1

gatk --java-options "-Xmx${memory_mb}m" \
ExtractCohortToVcf \
--vet-ranges-extract-fq-table ~{fq_ranges_cohort_vet_extract_table} \
Expand Down

0 comments on commit d7bc9f2

Please sign in to comment.