Skip to content

Commit

Permalink
fix 3 issues
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdingliang committed Feb 14, 2019
1 parent 14eb95b commit ae82bf3
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,10 @@ $ conda activate py36
$ conda install --file requirements.txt
```

For information on configuring the conda environment to setup the necessary environmental variables
(`PYTHON_PATH` and `SJARACNE_PATH`), refer to the [conda docs](https://conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html#saving-environment-variables).


### Using pip
First install [Python 3.6.1](https://www.python.org/downloads/) and then use the following command to install package requirements.

```$ pip install -f dependencies.txt```
```$ pip install -f requirements.txt```


### Install from source
Expand Down Expand Up @@ -97,7 +93,7 @@ The command will run scripts 02-04 automatically and generate the final results.
```$ sjaracne SIG ./test_data/inputs/BRCA100.exp ./test_data/inputs/sig.txt ./test_data/outputs/```

### Example of Running Transcription Factor Network on a Single Machine (Linux/OSX)
```$sjaracne TF ./test_data/inputs/BRCA100.exp ./test_data/inputs/tf.txt ./test_data/outputs/```
```$ sjaracne TF ./test_data/inputs/BRCA100.exp ./test_data/inputs/tf.txt ./test_data/outputs/```

### Expected Output
Expected output for the example data with 100 bootstraps is available under
Expand Down

0 comments on commit ae82bf3

Please sign in to comment.