Closed robinandeer closed 10 years ago
Improvement The README should be updated with more details on what is included in the repo.
It would be nice with an introduction to each of the scripts in the repository. What it does, how you use it, and basic I/O.
Improvement I notice that you decided to create a separate repo for this project. I think that's a good idea but would suggest that if it grows further, you might want to think about turning into a proper package that is easier to distribute and install.
It will make maintenance, collaboration, testing etc. much easier as well.
This is the starting point I use: https://github.com/robinandeer/cookiecutter-pyvanguard
Suggestion I like to write my docstrings according to the Google style guides. It makes the inline docs much more readable.
You can find out more and see example: http://sphinxcontrib-napoleon.readthedocs.org/en/latest/example_google.html
Packaging is for when I add support for OMIM and genenames.org ;)
Thanks for the review! If that's all for now, I'm gonna merge the pull.
Well, I didn't really close this, I just merged this into master.
Don't worry about it :+1:
I thought I would do a spontaneous code review. I picked this repo mainly since it's implemented in Python.
I will suggest improvements according to best practices and conventions used at Clinical Genomics.