Skip to content

Commit

Permalink
Removed tabix from svconcordance
Browse files Browse the repository at this point in the history
  • Loading branch information
kjaisingh committed Dec 4, 2024
1 parent 9d6cbd4 commit 30e1cb6
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions wdl/SVConcordance.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -99,14 +99,6 @@ task SVConcordanceTask {
}
command <<<
set -euo pipefail

if [[ ! -f "~{eval_vcf}.tbi" ]]; then
tabix "~{eval_vcf}"
fi

if [[ ! -f "~{truth_vcf}.tbi" ]]; then
tabix "~{truth_vcf}"
fi

function getJavaMem() {
# get JVM memory in MiB by getting total memory from /proc/meminfo
Expand Down

0 comments on commit 30e1cb6

Please sign in to comment.