changed download link: 0.7.11 => 0.7.12

This commit is contained in:
Heng Li 2014-12-29 16:43:22 -05:00
parent 8211fbcb62
commit 1f99921b73
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
```sh ```sh
# Download bwakit (or from <http://sourceforge.net/projects/bio-bwa/files/bwakit/> manually) # Download bwakit (or from <http://sourceforge.net/projects/bio-bwa/files/bwakit/> manually)
wget -O- http://sourceforge.net/projects/bio-bwa/files/bwakit/bwakit-0.7.11_x64-linux.tar.bz2/download \ wget -O- http://sourceforge.net/projects/bio-bwa/files/bwakit/bwakit-0.7.12_x64-linux.tar.bz2/download \
| gzip -dc | tar xf - | gzip -dc | tar xf -
# Generate the GRCh38+ALT+decoy+HLA and create the BWA index # Generate the GRCh38+ALT+decoy+HLA and create the BWA index
bwa.kit/run-gen-ref hs38DH # download GRCh38 and write hs38DH.fa bwa.kit/run-gen-ref hs38DH # download GRCh38 and write hs38DH.fa

View File

@ -18,7 +18,7 @@ how to use bwakit:
```sh ```sh
# Download the bwa-0.7.11 binary package (download link may change) # Download the bwa-0.7.11 binary package (download link may change)
wget -O- http://sourceforge.net/projects/bio-bwa/files/bwakit/bwakit-0.7.11_x64-linux.tar.bz2/download \ wget -O- http://sourceforge.net/projects/bio-bwa/files/bwakit/bwakit-0.7.12_x64-linux.tar.bz2/download \
| gzip -dc | tar xf - | gzip -dc | tar xf -
# Generate the GRCh38+ALT+decoy+HLA and create the BWA index # Generate the GRCh38+ALT+decoy+HLA and create the BWA index
bwa.kit/run-gen-ref hs38DH # download GRCh38 and write hs38DH.fa bwa.kit/run-gen-ref hs38DH # download GRCh38 and write hs38DH.fa