Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
updated ReadMe
  • Loading branch information
zjzace authored Jul 20, 2022
1 parent 91b1b7d commit c536016
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ Prerequisites
* [Minimap2](https://github.com/lh3/minimap2)
* [nanopolish](https://github.com/jts/nanopolish)
* [samtools](http://www.htslib.org)
* Python 3.7/3.8/3.9
* Python 3.8/3.9

Installation
------------
To avoid potential conflicts, we recommend running LAFITE in a conda environment.
```
conda create -n LAFITE_env -c bioconda python=3.7 bedtools
conda create -n LAFITE_env -c bioconda python=3.8 bedtools
conda activate LAFITE_env
# stable release
Expand Down

0 comments on commit c536016

Please sign in to comment.