Skip to content

Commit

Permalink
update downloading SRAdbmetadata
Browse files Browse the repository at this point in the history
  • Loading branch information
crazyhottommy committed Apr 28, 2018
1 parent 526ec1c commit d4c097b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,12 @@ cd fastqs
make a shell script:
`download.sh`

download the sqlite database from http://dl.dropbox.com/u/51653511/SRAmetadb.sqlite.gz and unzip it. place it in the `scripts` folder
download the sqlite database from http://dl.dropbox.com/u/51653511/SRAmetadb.sqlite.gz and unzip it. place it in the `scripts` folder.

UPDATE (2018-04-28). You may want to upgrade the `sradb` or download the database here https://github.com/seandavi/SRAdb/blob/master/README.md#raw-database-downloads

see issue https://github.com/seandavi/SRAdb/issues/10

```bash
# /bin/bash
set -euo pipefail
Expand Down

0 comments on commit d4c097b

Please sign in to comment.