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
Thu Nov 24 10:02:01 2022 Loading genome...
Making fasta index for Homo_sapiens.GRCh37.75.dna.primary_assembly.fa...
No input TIS data!
Thu Nov 24 10:02:42 2022 Predicting...
1
Traceback (most recent call last):
File "/usr/local/bin/ribotish", line 56, in <module>
main()
File "/usr/local/bin/ribotish", line 34, in main
commands[cmd].run(args)
File "/usr/local/lib/python3.8/dist-packages/ribotish/run/predict.py", line 236, in run
for result in pred_iter:
File "/usr/local/lib/python3.8/dist-packages/ribotish/run/predict.py", line 469, in _pred_gene
e = getResult(t, tis, o.stop, cds1, cds2, tsq, [ip, ttis.cnts[tis], tps[i], rps[i], rst[i], fsp], o.has_stop_codon)
File "/usr/local/lib/python3.8/dist-packages/ribotish/run/predict.py", line 499, in getResult
if aaseq : e.aa = orf.translate(e.sq)
AttributeError: 'Exp' object has no attribute 'sq'
Can you help me on this one?
The text was updated successfully, but these errors were encountered:
Hi,
I am trying to run ribotish on human samples with older genome and annotation (gtf) from 2014.
This is the command I ran:
This is the error:
Can you help me on this one?
The text was updated successfully, but these errors were encountered: