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
Currently we can only get pre-calculated Topt from BLAST results. It would be very handy to predict the Topt directly from the protein sequence (or AA frequency) and OGT calculated in predOGT, using the RF regressor already trained but not provided in this package.
The text was updated successfully, but these errors were encountered:
When i use this command
tome predOGT --fasta test/proteomes/pyrococcus_horikoshii.fasta
I m getting error message
.
ImportError: cannot import joblib from 'sklearn.externals (C:\ProgramData\Anaconda3\lib\site-packages\sklearn\externals\joblib__init__.py)
Plese solve
Currently we can only get pre-calculated Topt from BLAST results. It would be very handy to predict the Topt directly from the protein sequence (or AA frequency) and OGT calculated in
predOGT
, using the RF regressor already trained but not provided in this package.The text was updated successfully, but these errors were encountered: