Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
algaebrown committed Jul 1, 2020
1 parent 4fbd12d commit c9f1881
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ Please visit our wiki page to learn more about usage of clipper: https://github.
## Installation

```shell script
# recreate conda environment
# recreate PYTHON3 conda environment
cd clipper
conda env create -f environment.yml
conda activate clipper
conda env create -f environment3.yml
conda activate clipper3
python setup.py install
```
## Command Line Usage
Expand All @@ -25,7 +25,7 @@ cd clipper/clipper/test
python -m unittest discover
```
Right now the test coverage is still not 100%.
And `test_spline.py` don't pass.
And some subprocess warnings are not handled.

## Reference
Yeo GW, Coufal NG, Liang TY, Peng GE, Fu XD, Gage FH. An RNA code for the FOX2 splicing regulator revealed by mapping RNA-protein interactions in stem cells. Nat Struct Mol Biol. 2009;16(2):130-137. doi:10.1038/nsmb.1545
Expand Down

0 comments on commit c9f1881

Please sign in to comment.