Skip to content

Commit

Permalink
Replaced 'ncbi' with 'sra', since I had forgotten.
Browse files Browse the repository at this point in the history
  • Loading branch information
StuntsPT committed Jun 2, 2017
1 parent 34602d2 commit d310b46
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Expand Up @@ -11,11 +11,11 @@

> A Node.js wrapper for SRA Toolkit.
[![npm](https://img.shields.io/npm/v/bionode-ncbi.svg?style=flat-square)](http://npmjs.org/package/bionode-ncbi)
[![Travis](https://img.shields.io/travis/bionode/bionode-ncbi.svg?style=flat-square)](https://travis-ci.org/bionode/bionode-ncbi)
[![Coveralls](https://img.shields.io/coveralls/bionode/bionode-ncbi.svg?style=flat-square)](http://coveralls.io/r/bionode/bionode-ncbi)
[![Dependencies](http://img.shields.io/david/bionode/bionode-ncbi.svg?style=flat-square)](http://david-dm.org/bionode/bionode-ncbi)
[![npm](https://img.shields.io/npm/dt/bionode-ncbi.svg?style=flat-square)](https://www.npmjs.com/package/bionode-ncbi)
[![npm](https://img.shields.io/npm/v/bionode-sra.svg?style=flat-square)](http://npmjs.org/package/bionode-sra)
[![Travis](https://img.shields.io/travis/bionode/bionode-sra.svg?style=flat-square)](https://travis-ci.org/bionode/bionode-sra)
[![Coveralls](https://img.shields.io/coveralls/bionode/bionode-sra.svg?style=flat-square)](http://coveralls.io/r/bionode/bionode-sra)
[![Dependencies](http://img.shields.io/david/bionode/bionode-sra.svg?style=flat-square)](http://david-dm.org/bionode/bionode-sra)
[![npm](https://img.shields.io/npm/dt/bionode-sra.svg?style=flat-square)](https://www.npmjs.com/package/bionode-sra)
[![Gitter](https://img.shields.io/gitter/room/nwjs/nw.js.svg?style=flat-square)](https://gitter.im/bionode/bionode)


Expand All @@ -33,16 +33,16 @@ npm install -g n
n stable
```

To use `bionode-ncbi` as a command line tool, you can install it globally with `-g`.
To use `bionode-sra` as a command line tool, you can install it globally with `-g`.

```bash
npm install bionode-ncbi -g
npm install bionode-sra -g
```

Or, if you want to use it as a JavaScript library, you need to install it in your local project folder inside the `node_modules` directory by doing the same command **without** `-g`.

```bash
npm i bionode-ncbi # 'i' can be used as shortcut to 'install'
npm i bionode-sra # 'i' can be used as shortcut to 'install'
```


Expand Down Expand Up @@ -71,7 +71,7 @@ $ bionode-sra fastq-dump SRR1509835.sra fastqOutputDirectory
Check our documentation at [doc.bionode.io](http://doc.bionode.io) or do:

```bash
bionode-ncbi --help
bionode-sra --help
```


Expand Down

0 comments on commit d310b46

Please sign in to comment.