Skip to content

Error with ROSE_bamToGFF.py and ROSE_bamToGFF_turbo.py #2

@biobug16

Description

@biobug16

Hi I am trying to run ROSE_bamToGFF.py and ROSE_bamToGFF_turbo.py to generate bam.gff but getting following errors. Any help or explanation will be really helpful.

Traceback (most recent call last):
File "ROSE_bamToGFF_turbo.py", line 225, in
main()
File "ROSE_bamToGFF_turbo.py", line 218, in main
unParseTable(newGFF,output,'\t')
UnboundLocalError: local variable 'newGFF' referenced before assignment

#####################
And with ROSE_bamToGFF.py:
#####################

Traceback (most recent call last):
File "ROSE_bamToGFF.py", line 247, in
main()
File "ROSE_bamToGFF.py", line 241, in main
ROSE_utils.unParseTable(newGFF,output,'\t')
UnboundLocalError: local variable 'newGFF' referenced before assignment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions