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