-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels