Skip to content
This repository has been archived by the owner on May 26, 2018. It is now read-only.

Commit

Permalink
Update quickguide.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
Olivier Gueudelot committed Mar 14, 2017
1 parent 49f3360 commit c465cc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/quickguide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,8 @@ Below the command to get all files for hg19 from the gatk public repository ::
gzip -d *.vcf.gz
rm *.vcf.idx.gz
rm *.md5
bgzip *.vcf
tabix -p *.vcf.gz
for i in `ls -L *.vcf`; bgzip $i;
for i in `ls -L *.vcf.gz`; tabix -p $i;

Expand Down

0 comments on commit c465cc2

Please sign in to comment.