Contributing
Requesting Features
Please raise an issue to request a new functions or features: https://github.com/NHS-NGS/JellyPy/issues
To develop a new function or feature, please take a look at the issues raised. If there's something that you would like to code up, then (you are awesome and) start a discussion in the #jellypy
channel at https://binfx.slack.com/messages.
Contributing
Fork it!
Create your feature branch: git checkout -b my-new-feature
Commit your changes: git commit -am 'Add some feature'
Push to the branch: git push origin my-new-feature
Submit a pull request :D
Testing
Tests should be compatible with pytest and kept in each package's /test directory.
A configuration file may be required to authenticate API access to and pass additional parameters.
Last updated