Skip to content

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

@dfornika

Description

@dfornika
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])

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions