Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Predict Topt from protein sequence and OGT #2

Open
yanshouyu opened this issue Mar 30, 2020 · 5 comments
Open

Predict Topt from protein sequence and OGT #2

yanshouyu opened this issue Mar 30, 2020 · 5 comments
Labels
enhancement New feature or request

Comments

@yanshouyu
Copy link

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.

@mengqvist mengqvist added the enhancement New feature or request label Sep 30, 2020
@mengqvist
Copy link
Contributor

I agree that this would be handy. I will mark this as an enhancement and hope to get back to it when time allows.

@SheridanPO
Copy link

This would be very useful! Do you have any idea when you will get a chance to add this?

@MdUmar-tech
Copy link

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

@feiranl
Copy link

feiranl commented May 30, 2022

@MdUmar-tech You can change the import function in predOGT.py, instead of from sklearn.externals import joblib but use

import sklearn.externals
import joblib

@MdUmar-tech
Copy link

Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

5 participants