Skip to content

Commit

Permalink
changing reqs
Browse files Browse the repository at this point in the history
  • Loading branch information
jkobject committed Jun 4, 2022
1 parent 6bddb5c commit d6721dd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ pyBigWig
pysam
pytest
requests>=2.24.0
rpy2>=3.3.2
scikit_learn
scipy>=1.0.0
seaborn
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
stdout=subprocess.PIPE,
stderr=subprocess.PIPE,
)
subprocess.run("pip install rpy2")
except:
print("R packages not installed")
print("if it did not work. please install R or check your R installation")
Expand Down

0 comments on commit d6721dd

Please sign in to comment.