changed download link: 0.7.11 => 0.7.12
This commit is contained in:
parent
8211fbcb62
commit
1f99921b73
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue