Sha256: 37c3116f07a2951693ea232760814f6e16569127ae27af304c06597446ebe829

Contents?: true

Size: 981 Bytes

Versions: 4

Compression:

Stored size: 981 Bytes

Contents

## Fast download BLAST databases from NCBI

Database files (volumes) are downloaded in parallel: number of threads to use
is determined automatically. MD5 checksum is verified and the database files
extracted upon download. Database volumes are not downloaded in a particular
order. Downloads are incremental, that is it will only download new data,
provided the `.tar.gz` files have not been deleted.

It is faster than NCBI's `update_blastdb.pl`. But unlike `update_blastdb.pl`,
which is a pure Perl script, it delegates download and checksum verification
to `wget` and `md5sum` and is thus not as universal.

### Installation

    gem install ncbi-blast-dbs

### Usage

#### List available BLAST databases

    ncbi-blast-dbs

#### Download all volumes of a BLAST database

    ncbi-blast-dbs nr

NCBI expects users to submit their email address when downloading data from
their FTP server. To comply with that, download as:

    email="my email address here" ncbi-blast-dbs nr

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
ncbi-blast-dbs-0.0.4 README.md
ncbi-blast-dbs-0.0.3 README.md
ncbi-blast-dbs-0.0.2 README.md
ncbi-blast-dbs-0.0.1 README.md