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
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
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: