Skip to content

Commit

Permalink
changes version number in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nellore committed Oct 12, 2016
1 parent e8ca8a1 commit b9c63c7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ is software for RNA-seq analysis.

**the website.**

### [Download](https://github.com/nellore/rail/raw/v0.2.4a/releases/install_rail-rna-0.2.4a)
### [Download](https://github.com/nellore/rail/raw/v0.2.4b/releases/install_rail-rna-0.2.4b)

**the latest stable release. Read the**

Expand Down Expand Up @@ -40,7 +40,7 @@ Outputs currently include

and will likely expand in future versions.

Read the [preprint](http://biorxiv.org/content/early/2015/08/11/019067) for more details. Methods explained there correspond to Rail-RNA 0.2.4a.
Read the [preprint](http://biorxiv.org/content/early/2015/08/11/019067) for more details. Methods explained there correspond to Rail-RNA 0.2.4b.

Get set up
-----
Expand All @@ -50,17 +50,17 @@ Start with a recent (>= 2009) OS X or Linux box. For a no-fuss install, enter
curl http://verve.webfactional.com/rail -o $INSTALLER; python2 $INSTALLER -m || true;
rm -f $INSTALLER)
```
at a Bash prompt. For a more customizable install, download [`install_rail-rna-0.2.4a`](https://github.com/nellore/rail/raw/v0.2.4a/releases/install_rail-rna-0.2.4a), change to the directory containing it, and make the installer executable with
at a Bash prompt. For a more customizable install, download [`install_rail-rna-0.2.4b`](https://github.com/nellore/rail/raw/v0.2.4b/releases/install_rail-rna-0.2.4b), change to the directory containing it, and make the installer executable with
```
chmod +x install_rail-rna-0.2.4a
chmod +x install_rail-rna-0.2.4b
```
Now run
```
sudo ./install_rail-rna-0.2.4a
sudo ./install_rail-rna-0.2.4b
```
to install for all users or
```
./install_rail-rna-0.2.4a
./install_rail-rna-0.2.4b
```
to install for just you. Refer to [these](http://docs.rail.bio/installation/) detailed installation instructions from the [docs](http://docs.rail.bio) for more information. If the executable doesn't work, you may need [Python](http://www.python.org). You'll also need Bowtie 1 and 2 indexes of the appropriate genome assembly if you will be running Rail-RNA in either its single-computer (local) or IPython Parallel (parallel) modes. The easiest way to get these is by downloading an [Illumina iGenome](http://support.illumina.com/sequencing/sequencing_software/igenome.html). If running Rail-RNA on EMR (elastic mode) and aligning to hg19, the assembly can be specified at the command line with the `-a` parameter.

Expand Down

0 comments on commit b9c63c7

Please sign in to comment.