Lucy-Forrest-Lab / hm_analysis_tool

A set of tools to analyze homology models obtained with MODELLER
3 stars 2 forks source link

review #4

Open leej3 opened 4 years ago

leej3 commented 4 years ago

Nice job with this Vanessa. A very nice start to your journey becoming a bona fide pythonista.

As you move forward with this or other projects in the future I was say a little more help to the random visiter with some more documentation would be useful. Additionally, have a look into entry points in setup.py. They allow you to have executables on your path upon installation. For example, the entry point get_molpdf would be a command people can run. Under the hood it would call the main function in the get_molpdf.py file (or whatever you choose to run for that "program").