Skip to content

Commit

Permalink
Gene activity speed up using intervall tree
Browse files Browse the repository at this point in the history
  • Loading branch information
rLannes committed Jan 26, 2022
1 parent 2bfe870 commit 6cb32fa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ channels:
- defaults
dependencies:
- python<3.8
- intervaltree
- anndata>=0.7
- scanpy>=1.5.1
- importlib_metadata>=0.7
Expand All @@ -29,3 +28,5 @@ dependencies:
- legacy-api-wrap
- setuptools_scm
- packaging
- pip:
- intervaltree
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
anndata>=0.7
scanpy>=1.7.0
importlib_metadata>=0.7; python_version < '3.8'
intervaltree
matplotlib>=3.1.2
pandas>=0.21
scipy>=1.4
Expand All @@ -21,4 +22,4 @@ legacy-api-wrap
setuptools_scm
packaging
pysam; platform_system != "Windows"
h5py
h5py

0 comments on commit 6cb32fa

Please sign in to comment.