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 7ec1af0 commit e241c40
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 @@ -382,6 +382,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 e241c40

Please sign in to comment.