mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-22 00:58:12 +08:00
add CLI tool for dataset preparation using scanpy (#364)
* add prepare cli * fix handling of user path * fixes for linter * add flags and options for handling obs and var names * add prepare cli * fix handling of user path * fixes for linter * add flags and options for handling obs and var names * address review requests
This commit is contained in:
committed by
Charlotte Weaver
parent
ed66ae6e4a
commit
75ca14e4aa
@@ -1,4 +1,5 @@
|
||||
anndata==0.6.11
|
||||
click==6.7
|
||||
Flask==0.12.4
|
||||
Flask-Caching==1.4.0
|
||||
Flask-Compress==1.4.0
|
||||
@@ -9,4 +10,4 @@ numpy==1.14.5
|
||||
pandas==0.23.1
|
||||
scanpy==1.3.2
|
||||
scipy==1.1.0
|
||||
scikit-learn==0.19.1
|
||||
scikit-learn==0.19.1
|
||||
|
||||
Reference in New Issue
Block a user