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

need pssm mapping code to be more flexible #18

Closed
LilySnow opened this issue Jan 29, 2020 · 6 comments
Closed

need pssm mapping code to be more flexible #18

LilySnow opened this issue Jan 29, 2020 · 6 comments
Labels
enhancement New feature or request

Comments

@LilySnow
Copy link
Contributor

Many times, we just need to calculate pssm once (time-consuming) and map it to all the pdb files (fast). The current code does not seem to allow it.

@LilySnow LilySnow added the enhancement New feature or request label Jan 29, 2020
@CunliangGeng
Copy link
Member

Really? The PSSM class has map_pssm function.

@NicoRenaud
Copy link
Member

I thought it was the case as well. It's maybe that we need better documentation :)

@LilySnow
Copy link
Contributor Author

Yes, that function is there. But it is built in the class and that class requires a pdb file as input. See issue #15.

@CunliangGeng
Copy link
Member

CunliangGeng commented Jan 29, 2020

The function can actually do that by ignoring the PSSM.get_fasta() step, instead you create a ./fasta folder and put the customed fasta file to this folder, other steps are same as previous (https://iscoredoc.readthedocs.io/en/latest/pssm.html).

I will close this issue and update the doc then.

@LilySnow
Copy link
Contributor Author

Thanks. One example in the doc should be enough.

@CunliangGeng
Copy link
Member

Independent PSSMGen will be used (https://github.com/DeepRank/PSSMGen), clear examples are shown in README.

This issue was closed.
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

3 participants