Skip to content

Commit

Permalink
Update manual.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ndaniel authored Nov 8, 2019
1 parent b661160 commit be0b04e
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion doc/manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ distinct pathogenesis**, Clinical Cancer Research, Nov. 2017, http://doi.org/10.

## 4.1 - Automatic installation {#automatic-installation}

### 4.1.1 - Installation using boostrap.sh
### 4.1.1 - Installation using boostrap.py

This is an example of automatic installation of *FusionCatcher* (and it is installed here "~/fusioncatcher" if these are run in your home directory) and the required databases and indexes (which are downloaded instead of being built locally):
```
Expand Down Expand Up @@ -303,6 +303,17 @@ and `conda` config will permanently add the three channels in the user `conda` c
Additionally, creating new and clean environment with `conda create` is recommended over using `conda install`.


### 4.1.3 - Installation from GitHub

```
git clone https://github.com/ndaniel/fusioncatcher
cd fusioncatcher/tools/
./install_tools.sh
cd ../data
./download-human-db.sh
```
**NOTE**: Here it is assumed that Python 2.7.x and BioPython are already installed.


## 4.2 - Manual installation {#manual-installation}

Expand Down

0 comments on commit be0b04e

Please sign in to comment.