Skip to content

Commit 5111bb4

Browse files
committed
Debugging
1 parent 8298dd2 commit 5111bb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wdl/ValidateVariants.wdl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ task SubsetBed {
262262
command <<<
263263
set -euxo pipefail
264264
265-
grep '^~{sample_id}' ~{sample_map} | cut -f2 | sed 's/-/_/g' | sed 's/,/\n/g' > loci.txt
265+
grep '^~{sample_id}' ~{sample_map} | cut -f2 | sed 's/,/\n/g' > loci.txt
266266
cat loci.txt
267267
grep -f loci.txt ~{bed} > subset.bed
268268
>>>

0 commit comments

Comments
 (0)