diff --git a/README.md b/README.md index c9e78e3..1a7f828 100644 --- a/README.md +++ b/README.md @@ -303,16 +303,16 @@ STATIC=varfish-static mkdir -p .dev/volumes/$STATIC/data/download/mehari-data-txs-grch3{7,8} for ext in .zst .zst.sha256 .zst.report .zst.report.sha256; do - wget -O .dev/volumes/$STATIC/data/download/mehari-data-txs-grch37/mehari-data-txs-grch37-0.4.1.bin$ext \ - https://github.com/bihealth/mehari-data-tx/releases/download/v0.4.1/mehari-data-txs-grch37-0.4.1.bin$ext - wget -O .dev/volumes/$STATIC/data/download/mehari-data-txs-grch38/mehari-data-txs-grch38-0.4.1.bin$ext \ - https://github.com/bihealth/mehari-data-tx/releases/download/v0.4.1/mehari-data-txs-grch37-0.4.1.bin$ext + wget -O .dev/volumes/$STATIC/data/download/mehari-data-txs-grch37/mehari-data-txs-grch37-0.4.2.bin$ext \ + https://github.com/bihealth/mehari-data-tx/releases/download/v0.4.2/mehari-data-txs-grch37-0.4.2.bin$ext + wget -O .dev/volumes/$STATIC/data/download/mehari-data-txs-grch38/mehari-data-txs-grch38-0.4.2.bin$ext \ + https://github.com/bihealth/mehari-data-tx/releases/download/v0.4.2/mehari-data-txs-grch37-0.4.2.bin$ext done rm -f .dev/volumes/$STATIC/data/mehari/grch3?/txs.bin.zst -ln -sr .dev/volumes/$STATIC/data/download/mehari-data-txs-grch37/mehari-data-txs-grch37-0.4.1.bin.zst \ +ln -sr .dev/volumes/$STATIC/data/download/mehari-data-txs-grch37/mehari-data-txs-grch37-0.4.2.bin.zst \ .dev/volumes/$STATIC/data/mehari/grch37/txs.bin.zst -ln -sr .dev/volumes/$STATIC/data/download/mehari-data-txs-grch38/mehari-data-txs-grch38-0.4.1.bin.zst \ +ln -sr .dev/volumes/$STATIC/data/download/mehari-data-txs-grch38/mehari-data-txs-grch38-0.4.2.bin.zst \ .dev/volumes/$STATIC/data/mehari/grch38/txs.bin.zst ```