Skip to content

Commit 28edfdf

Browse files
committed
docs: Update section on download of pre-built indices
1 parent 7f7ce85 commit 28edfdf

2 files changed

Lines changed: 20 additions & 8 deletions

File tree

README.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,16 +51,22 @@ soon available for download via
5151

5252
```sh
5353
# human
54-
wget ftp://easyfuse.tron-mainz.de/oblx/v1.0.0/human/GRCh38_49
54+
wget -recursive --no-host-directories ftp://easyfuse.tron-mainz.de/oblx/v1.0.0/human/GRCh38_49
5555

5656
# mouse
57-
wget ftp://easyfuse.tron-mainz.de/oblx/v1.0.0/mouse/GRCm39_M36
57+
wget --recursive --no-host-directories ftp://easyfuse.tron-mainz.de/oblx/v1.0.0/mouse/GRCm39_M36
5858
```
5959

60-
To verify the files run
60+
To verify the files run (to setup gpg key see \[TODO\](TODO: add link))
6161

6262
```sh
63-
sha256sum -c CHECKSUM_FILE
63+
# go to respective directory (mouse in case of mouse)
64+
cd oblx/v1.0.0/human
65+
# download the respective checksum
66+
wget ftp://easyfuse.tron-mainz.de/oblx/v1.0.0/human/GRCh38_49.checksum.txt
67+
wget ftp://easyfuse.tron-mainz.de/oblx/v1.0.0/human/GRCh38_49.checksum.txt.sig
68+
69+
sha256sum -c GRCh38_49.checksum.txt
6470
```
6571

6672
## Usage

docs/oblx/docs/index.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,22 @@ soon available for download via
2929

3030
```sh
3131
# human
32-
wget ftp://easyfuse.tron-mainz.de/oblx/v1.0.0/human/GRCh38_49
32+
wget -recursive --no-host-directories ftp://easyfuse.tron-mainz.de/oblx/v1.0.0/human/GRCh38_49
3333

3434
# mouse
35-
wget ftp://easyfuse.tron-mainz.de/oblx/v1.0.0/mouse/GRCm39_M36
35+
wget --recursive --no-host-directories ftp://easyfuse.tron-mainz.de/oblx/v1.0.0/mouse/GRCm39_M36
3636
```
3737

38-
To verify the files run
38+
To verify the files run (to setup gpg key see \[TODO\](TODO: add link))
3939

4040
```sh
41-
sha256sum -c checksum.txt
41+
# go to respective directory (mouse in case of mouse)
42+
cd oblx/v1.0.0/human
43+
# download the respective checksum
44+
wget ftp://easyfuse.tron-mainz.de/oblx/v1.0.0/human/GRCh38_49.checksum.txt
45+
wget ftp://easyfuse.tron-mainz.de/oblx/v1.0.0/human/GRCh38_49.checksum.txt.sig
46+
47+
sha256sum -c GRCh38_49.checksum.txt
4248
```
4349

4450
## Installation

0 commit comments

Comments
 (0)