Skip to content

Commit

Permalink
rename fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sureshhewabi committed Dec 8, 2023
1 parent b23e07e commit 811c21f
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 62 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
PYTHONHASHSEED=0
FLASK_APP="xiview_server/pride_loader.py"
FLASK_APP="xiview_server/app.py"
XI2XIVIEWLOADER_SETTINGS=config
32 changes: 0 additions & 32 deletions xi_web_api/models/detailedview.py

This file was deleted.

17 changes: 0 additions & 17 deletions xi_web_api/models/proteindetails.py

This file was deleted.

10 changes: 0 additions & 10 deletions xi_web_api/models/summary.py

This file was deleted.

4 changes: 2 additions & 2 deletions xiview_server/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ def create_app():
# add CORS header
CORS(app)

from xi2annotator import bp as xi2_bp
app.register_blueprint(xi2_bp)
# from xi2annotator import bp as xi2_bp
# app.register_blueprint(xi2_bp)

@app.route('/network.html', methods=['GET'])
def network():
Expand Down

0 comments on commit 811c21f

Please sign in to comment.