Skip to content

Commit

Permalink
modified: vcf.split_multi.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
naumenko-sa committed Dec 14, 2018
1 parent 8a67ddf commit 3ecefc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vcf.split_multi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# $1 = family.vcf.gz

for sample in `bcftools queru -l $1`
for sample in `bcftools query -l $1`
do
bcftools view -c1 -Ov -s $sample -o $sample.vcf $1
done
Expand Down

0 comments on commit 3ecefc6

Please sign in to comment.