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

the pssm class hard-coded the file structure #13

Closed LilySnow closed 4 years ago

LilySnow commented 4 years ago

The pssm class requires the following folder structure:

--working_dir
   |
    --caseID
        |
         -- pdb
             |
             --- pdb files

We can either write this requirement in the doc or change the code to be more flexible.
Which option should we go for?

CunliangGeng commented 4 years ago

Will make it clear in the requirement.