mirror of
https://github.com/Novartis/cellxgene-gateway.git
synced 2026-09-25 06:18:12 +08:00
Compare commits
5
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3cb521259e | ||
|
|
11bbc1aba8 | ||
|
|
186ccde277 | ||
|
|
2b65c095a6 | ||
|
|
bae42edd3f |
@@ -136,3 +136,5 @@ dmypy.json
|
|||||||
.pyre/
|
.pyre/
|
||||||
|
|
||||||
# End of https://www.gitignore.io/api/python
|
# End of https://www.gitignore.io/api/python
|
||||||
|
|
||||||
|
.vscode
|
||||||
@@ -23,7 +23,7 @@ from flask import (
|
|||||||
url_for,
|
url_for,
|
||||||
)
|
)
|
||||||
from flask_api import status
|
from flask_api import status
|
||||||
from werkzeug import secure_filename
|
from werkzeug.utils import secure_filename
|
||||||
|
|
||||||
from cellxgene_gateway import env
|
from cellxgene_gateway import env
|
||||||
from cellxgene_gateway.backend_cache import BackendCache
|
from cellxgene_gateway.backend_cache import BackendCache
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
|
|
||||||
class ProcessException(Exception):
|
class ProcessException(Exception):
|
||||||
def __init__(self, message, stdout, stderr, http_status, dataset):
|
def __init__(self, message, stdout, stderr, http_status, key):
|
||||||
Exception.__init__(self)
|
Exception.__init__(self)
|
||||||
self.message = message
|
self.message = message
|
||||||
self.stdout = stdout
|
self.stdout = stdout
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
name: cellxgene-dev
|
name: cellxgene-gateway
|
||||||
channels:
|
channels:
|
||||||
- conda-forge
|
- conda-forge
|
||||||
dependencies:
|
dependencies:
|
||||||
@@ -8,4 +8,4 @@ dependencies:
|
|||||||
- psutil
|
- psutil
|
||||||
- pip:
|
- pip:
|
||||||
- flask-api
|
- flask-api
|
||||||
- cellxgene
|
- cellxgene==0.14.1
|
||||||
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
cellxgene
|
cellxgene==0.14.1
|
||||||
flask
|
flask
|
||||||
flask_api
|
flask_api
|
||||||
psutil
|
psutil
|
||||||
|
|||||||
Reference in New Issue
Block a user