Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
loosolab
software
multicrispr
Commits
bb695b56
Commit
bb695b56
authored
Oct 12, 2020
by
aditya.bhagwat
Browse files
Add biopython==1.76 requirement to README
parent
436cabe0
Pipeline
#154181
passed with stages
in 1 minute and 44 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
bb695b56
...
...
@@ -15,7 +15,7 @@
install.packages('reticulate')
reticulate::conda_create('azienv', c('python=2.7'))
reticulate::use_condaenv('azienv')
reticulate::py_install(c('azimuth', 'scikit-learn==0.17.1'), 'azienv', pip = TRUE)
reticulate::py_install(c('azimuth', 'scikit-learn==0.17.1'
, 'biopython==1.76'
), 'azienv', pip = TRUE)
# Index mm10 and hg38
BiocManager::install('BSgenome.Mmusculus.UCSC.mm10')
BiocManager::install('BSgenome.Hsapiens.UCSC.hg38')
...
...
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