Skip to content

Commit 854038d

Browse files
committed
Modify indexing to use 3rd column as end for RDTest
1 parent 0465b0d commit 854038d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wdl/RDTestChromosome.wdl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ task RDTest {
179179
-L "${chrom}:${start}-${end}" \
180180
-O local.RD.txt.gz
181181
182-
tabix -f -0 -s1 -b2 -e2 local.RD.txt.gz
182+
tabix -f -0 -s1 -b2 -e3 local.RD.txt.gz
183183
else
184184
touch local.RD.txt
185185
bgzip local.RD.txt

0 commit comments

Comments
 (0)