Contributions are welcome, and they are greatly appreciated! Every little bit helps, and credit will always be given.
You can contribute in many ways:
Report bugs at https://github.com/vaibhavvikas/fasta_sequence_retrieval/issues.
If you are reporting a bug, please include:
Look through the GitHub issues for bugs. Anything tagged with “bug” and “help wanted” is open to whoever wants to implement it.
Look through the GitHub issues for features. Anything tagged with “enhancement” and “help wanted” is open to whoever wants to implement it.
fasta_sequence_retrieval could always use more documentation, whether as part of the official fasta_sequence_retrieval docs, in docstrings, or even on the web in blog posts, articles, and such.
The best way to send feedback is to file an issue at https://github.com/vaibhavvikas/fasta_sequence_retrieval/issues.
If you are proposing a feature:
Ready to contribute? Here’s how to set up fasta_sequence_retrieval
for local development.
fasta_sequence_retrieval
repo on GitHub.$ git clone git@github.com:your_name_here/fasta_sequence_retrieval.git
$ mkvirtualenv fasta_sequence_retrieval
$ cd fasta_sequence_retrieval/
$ python setup.py develop
$ git checkout -b name-of-your-bugfix-or-feature
Now you can make your changes locally.
$ flake8 fasta_sequence_retrieval tests
$ python setup.py test or pytest
$ tox
To get flake8 and tox, just pip install them into your virtualenv.
$ git add .
$ git commit -m "Your detailed description of your changes."
$ git push origin name-of-your-bugfix-or-feature
Before you submit a pull request, check that it meets these guidelines:
To run a subset of tests:
$ python -m unittest tests.test_fasta_sequence_retrieval
A reminder for the maintainers on how to deploy. Make sure all your changes are committed (including an entry in HISTORY.md). Then run:
$ bump2version patch # possible: major / minor / patch
$ git push
$ git push --tags