Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BLAST is not working #73

Open
alneberg opened this issue Sep 30, 2021 · 0 comments
Open

BLAST is not working #73

alneberg opened this issue Sep 30, 2021 · 0 comments

Comments

@alneberg
Copy link
Member

From the log (hopefully not compromising anything):

Traceback (most recent call last):
  File "/home/johannes.alneberg/miniconda3/envs/barm_run_env/lib/python3.9/site-packages/flask/app.py", line 2447, in wsgi_app
    response = self.full_dispatch_request()
  File "/home/johannes.alneberg/miniconda3/envs/barm_run_env/lib/python3.9/site-packages/flask/app.py", line 1952, in full_dispatch_request
    rv = self.handle_user_exception(e)
  File "/home/johannes.alneberg/miniconda3/envs/barm_run_env/lib/python3.9/site-packages/flask/app.py", line 1821, in handle_user_exception
    reraise(exc_type, exc_value, tb)
  File "/home/johannes.alneberg/miniconda3/envs/barm_run_env/lib/python3.9/site-packages/flask/_compat.py", line 39, in reraise
    raise value
  File "/home/johannes.alneberg/miniconda3/envs/barm_run_env/lib/python3.9/site-packages/flask/app.py", line 1950, in full_dispatch_request
    rv = self.dispatch_request()
  File "/home/johannes.alneberg/miniconda3/envs/barm_run_env/lib/python3.9/site-packages/flask/app.py", line 1936, in dispatch_request
    return self.view_functions[rule.endpoint](**req.view_args)
  File "/home/johannes.alneberg/BARM_web_server/app.py", line 472, in blast_page
    return render_template('blast_page.html',
  File "/home/johannes.alneberg/miniconda3/envs/barm_run_env/lib/python3.9/site-packages/flask/templating.py", line 137, in render_template
    return _render(
  File "/home/johannes.alneberg/miniconda3/envs/barm_run_env/lib/python3.9/site-packages/flask/templating.py", line 120, in _render
    rv = template.render(context)
  File "/home/johannes.alneberg/miniconda3/envs/barm_run_env/lib/python3.9/site-packages/jinja2/environment.py", line 1090, in render
    self.environment.handle_exception()
  File "/home/johannes.alneberg/miniconda3/envs/barm_run_env/lib/python3.9/site-packages/jinja2/environment.py", line 832, in handle_exception
    reraise(*rewrite_traceback_stack(source=source))
  File "/home/johannes.alneberg/miniconda3/envs/barm_run_env/lib/python3.9/site-packages/jinja2/_compat.py", line 28, in reraise
    raise value.with_traceback(tb)
  File "/home/johannes.alneberg/BARM_web_server/templates/blast_page.html", line 1, in top-level template code
    {% extends "default_base.html" %}
  File "/home/johannes.alneberg/BARM_web_server/templates/default_base.html", line 37, in top-level template code
    {% block body %}
  File "/home/johannes.alneberg/BARM_web_server/templates/blast_page.html", line 180, in block "body"
    {% for sample_p_name, sample_p_id in general_information_property_names %}
TypeError: 'NoneType' object is not iterable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant