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