Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ionox0 committed May 1, 2018
2 parents 5d5bbd4 + d9700c6 commit e21ac5f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Note: These steps are preliminary, and are waiting on consolidation of certain d
# Installation

### 1. Set up a Virtual Environment
Make virtualenv with the name of your virtual environment for this project, e.g. innovation-pipeline
Make virtualenv with the name of your virtual environment for this project (e.g. innovation_pipeline)
```
~$ virtualenv ~/innovation_pipeline
~$ source ~/innovation_pipeline/bin/activate
Expand All @@ -52,14 +52,14 @@ There are several combinations of resource files to edit, to support different e
```

### 4. Include the paths to BWA and Bedtools as the first entries in your path:
Abra will use this version of BWA implicitly. This is not ideal, but remains the only solution for now unless we move to Docker containers
Abra and pybedtools will use these versions of BWA & bedtools implicitly. This is not ideal, but remains the only solution for now unless we move to Docker containers
```
PATH="/usr/bin/bwa:$PATH"
PATH="/usr/bin/bedtools:$PATH"
```

### 5. Set the root directory of the project
(found in `/python_tools/pipeline_kickoff/constants.py`)
(found in `/python_tools/constants.py`)
```
ROOT_DIR = '/home/johnsoni/Innovation-Pipeline'
```
Expand Down

0 comments on commit e21ac5f

Please sign in to comment.