You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bug Description
Not sure what the issue is yet, but see forum xref for steps to reproduce and error report.
I can reproduce this error locally with the data.
vsearch is probably outputting blank lines or for some other reason the lines are not being parsed correctly:
File “/home/qiime2/miniconda/envs/qiime2-2019.1/lib/python3.6/site-packages/q2_quality_control/_blast.py”, line 85, in _extract_hits
query_id, subject_id, query_len, start, end = line.split(’\t’)
ValueError: not enough values to unpack (expected 5, got 1)
The text was updated successfully, but these errors were encountered:
Bug Description
Not sure what the issue is yet, but see forum xref for steps to reproduce and error report.
I can reproduce this error locally with the data.
vsearch is probably outputting blank lines or for some other reason the lines are not being parsed correctly:
The text was updated successfully, but these errors were encountered: