We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8298dd2 commit 5111bb4Copy full SHA for 5111bb4
wdl/ValidateVariants.wdl
@@ -262,7 +262,7 @@ task SubsetBed {
262
command <<<
263
set -euxo pipefail
264
265
- grep '^~{sample_id}' ~{sample_map} | cut -f2 | sed 's/-/_/g' | sed 's/,/\n/g' > loci.txt
+ grep '^~{sample_id}' ~{sample_map} | cut -f2 | sed 's/,/\n/g' > loci.txt
266
cat loci.txt
267
grep -f loci.txt ~{bed} > subset.bed
268
>>>
0 commit comments