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

Error when 'Only field selections below' mode is used for 'Basic Report Field Output' #6

Open
dfornika opened this issue Feb 27, 2020 · 0 comments

Comments

@dfornika
Copy link
Member

Traceback (most recent call last):
  File "/opt/production_galaxy/var/shed_tools/toolshed.g2.bx.psu.edu/repos/damion/blast_reporting/812de0e282bd/blast_reporting/blast_reporting.py", line 627, in <module>
    reportEngine.__main__()
  File "/opt/production_galaxy/var/shed_tools/toolshed.g2.bx.psu.edu/repos/damion/blast_reporting/812de0e282bd/blast_reporting/blast_reporting.py", line 581, in __main__
    common.fileSelections(out_tabular_file, selection_file, tagGroup, options)
  File "/opt/production_galaxy/var/shed_tools/toolshed.g2.bx.psu.edu/repos/damion/blast_reporting/812de0e282bd/blast_reporting/common.py", line 481, in fileSelections
    writer.writerow([row[qseqid_col], row[qseq_col], grouping, selectrow_count])
UnboundLocalError: local variable 'qseq_col' referenced before assignment

writer.writerow([row[sseqid_col], row[sseq_col], grouping, selectrow_count])

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