RosettaCommons / tools

Tools for parsing Rosetta source code and scripts for running specific Rosetta applications.
Other
3 stars 1 forks source link

mhc_db_tools, for creating external mhc databases #71

Closed BYachnin closed 5 years ago

BYachnin commented 6 years ago

These tools are for generating the SQL databases required to run MHCEpitopePredictorExternal predictors with the mhc_energy scoreterm.

See also PR 3390 in main. https://github.com/RosettaCommons/main/pull/3390

@cbaileykellogg

jadolfbr commented 6 years ago

Can you add a Readme.md or .txt to this directory - just saying how to generate them, some sample cmd lines, expected output, gotchas, etc?

BYachnin commented 6 years ago

@jadolfbr , yes absolutely. We still have some work to do on these, including the documentation.

jadolfbr commented 6 years ago

Awesome. The code itself is nicely done with great descriptions, authorship, full argparse, comments, etc, so I was really happy to see that. Cheers!