mirror of
https://github.com/Novartis/cellxgene-gateway.git
synced 2026-09-25 20:48:11 +08:00
Compare commits
1
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
60643e796f |
@@ -136,5 +136,3 @@ dmypy.json
|
|||||||
.pyre/
|
.pyre/
|
||||||
|
|
||||||
# End of https://www.gitignore.io/api/python
|
# End of https://www.gitignore.io/api/python
|
||||||
|
|
||||||
.vscode
|
|
||||||
@@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
|
|
||||||
class ProcessException(Exception):
|
class ProcessException(Exception):
|
||||||
def __init__(self, message, stdout, stderr, http_status, key):
|
def __init__(self, message, stdout, stderr, http_status, dataset):
|
||||||
Exception.__init__(self)
|
Exception.__init__(self)
|
||||||
self.message = message
|
self.message = message
|
||||||
self.stdout = stdout
|
self.stdout = stdout
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
name: cellxgene-gateway
|
name: cellxgene-dev
|
||||||
channels:
|
channels:
|
||||||
- conda-forge
|
- conda-forge
|
||||||
dependencies:
|
dependencies:
|
||||||
@@ -8,4 +8,4 @@ dependencies:
|
|||||||
- psutil
|
- psutil
|
||||||
- pip:
|
- pip:
|
||||||
- flask-api
|
- flask-api
|
||||||
- cellxgene==0.14.1
|
- cellxgene
|
||||||
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
cellxgene==0.14.1
|
cellxgene
|
||||||
flask
|
flask
|
||||||
flask_api
|
flask_api
|
||||||
psutil
|
psutil
|
||||||
|
|||||||
Reference in New Issue
Block a user