Skip to content
Snippets Groups Projects
Commit 10b4ef44 authored by Akdel's avatar Akdel
Browse files

Added app.py and caretta/pfam.py

parent 4f2bc432
No related branches found
No related tags found
No related merge requests found
......@@ -441,7 +441,7 @@ def write_output(clicked, clicked_all, chosen_feature, feature_dict, aln):
def downlad_file(path):
root_dir = os.getcwd()
return flask.send_from_directory(
os.path.join(root_dir, 'caretta/static'), path)
os.path.join(root_dir, '/caretta/static'), path)
@app.callback([dash.dependencies.Output("feature-line", "figure"),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment