Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ModelZoo
CIRI-deep_tensorflow
Commits
fbc17cd8
Commit
fbc17cd8
authored
Aug 04, 2023
by
adaZ-9
Browse files
Merge branch 'main' of github.com:gyjames/CIRIdeep
parents
68c43cca
57c73e96
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
README.md
README.md
+3
-2
No files found.
README.md
View file @
fbc17cd8
...
@@ -3,11 +3,12 @@
...
@@ -3,11 +3,12 @@
-
An adapted version of CIRI-deep, CIRI-deepA, was trained for poly(A) selected RNA-seq data.
-
An adapted version of CIRI-deep, CIRI-deepA, was trained for poly(A) selected RNA-seq data.
# Installation
# 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
git clone https://github.com/gyjames/CIRIdeep.git
cd CIRIdeep
cd CIRIdeep
conda env create --name CIRIdeep --file ./requirements.txt
conda env create -n CIRIdeep -f ./environment.yaml
conda activate CIRIdeep
```
```
# Usage
# Usage
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment