Contributing to the workflow#

We encourage contributions to the workflow. We hope that with the feedback and contributions of the scientific community, we can improve AmpSeeker further, making it more comprehensive, robust, accessible and easy-to-use.

If you have any feedback on how the workflow may be improved, please do get in touch by emailing or raising an issue on github, or fork the github repository and create a pull request for any additional features you would like to implement.

If you don’t have any ideas but feel like contributing to the workflow, I will continue to raise future features or bugs in the issues page of the github repository, please leave a comment if you would like to work on any.

Setup#

First fork to your own account, and then clone that repo.

git clone --recursive git@github.com:yourusername/ampseeker.git

Make any changes to the workflow, commit and push them back to your local fork, and create a pull request. In case you are unfamiliar with this process, step-by-step tutorials on contributing to software can be found online.