-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
Hi Vipin,
Thank you very much for the GFFtools scripts. However, when I run the command,
python gff_to_bed.py ref.gff3 > out2.bed
while converting gff3 to bed 12 format, I receive an error below:
Traceback (most recent call last):
File "gff_to_bed.py", line 115, in <module>
__main__()
File "gff_to_bed.py", line 112, in __main__
writeBED(Transcriptdb)
File "gff_to_bed.py", line 86, in writeBED
score = ent1['score'][0] if ent1['score'].any() else score
File "/home/.linuxbrew/Cellar/python/2.7.13/lib/python2.7/site-packages/numpy/core/_methods.py", line 38, in _any
return umr_any(a, axis, dtype, out, keepdims)
TypeError: cannot perform reduce with flexible type
Could I please know how to fix this error?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels