Skip to content

Commit

Permalink
udate requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewprzh committed Oct 26, 2023
1 parent 14243df commit 4be26cc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ You will also need
* [pybedtools](https://daler.github.io/pybedtools/)
* [pyfaidx](https://pypi.org/project/pyfaidx/)
* [pandas](https://pandas.pydata.org/)
* [pyyaml](https://pypi.org/project/PyYAML/)
* [minimap2](https://github.com/lh3/minimap2)
* [samtools](http://www.htslib.org/download/)
* [STAR](https://github.com/alexdobin/STAR) (optional)
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ pybedtools>=0.8.1
pysam>=0.15
packaging
pyfaidx>=0.7
pyyaml>=5.4
1 change: 1 addition & 0 deletions requirements_tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ pysam>=0.15
simplejson==3.17.0
six==1.14.0
pyfaidx>=0.7
pyyaml>=5.4

0 comments on commit 4be26cc

Please sign in to comment.