Commit fbc17cd8 authored by adaZ-9's avatar adaZ-9
Browse files

Merge branch 'main' of github.com:gyjames/CIRIdeep

parents 68c43cca 57c73e96
......@@ -3,11 +3,12 @@
- An adapted version of CIRI-deep, CIRI-deepA, was trained for poly(A) selected RNA-seq data.
# Installation
The CIRI-deep model was constructed based on Keras. The `requirements.txt` was provided and the dependencies can be installed as the follow:
The CIRI-deep model was constructed based on Keras. The `environment.yaml` was provided and the dependencies can be installed as the follow:
```
git clone https://github.com/gyjames/CIRIdeep.git
cd CIRIdeep
conda env create --name CIRIdeep --file ./requirements.txt
conda env create -n CIRIdeep -f ./environment.yaml
conda activate CIRIdeep
```
# Usage
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment