DeepRank / iScore

iScore: an MPI supported software for ranking protein-protein docking models based on a random walk graph kernel and support vector machines
Apache License 2.0
26 stars 11 forks source link

Use PSSMGen or not? #20

Closed CunliangGeng closed 4 years ago

CunliangGeng commented 4 years ago

The repo README mentions

The PSSM files can be calculated using PSSMGen https://github.com/DeepRank/PSSMGen.

I think it's nice to have an independent package for generating PSSM. Then it is not necessary to keep the module pssm in iScore which is same as PSSMGen package. @LilySnow @NicoRenaud How do you think?

CunliangGeng commented 4 years ago

PSSMGen now is an independent package.