Skip to content

Commit 141d77c

Browse files
committed
Syntax error - changed PE to RD
1 parent adf3ddf commit 141d77c

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.PE.txt.gz
182+
tabix -f -0 -s1 -b2 -e2 local.RD.txt.gz
183183
else
184184
touch local.RD.txt
185185
bgzip local.RD.txt

0 commit comments

Comments
 (0)