sequence_qc
  • sequence_qc
  • Noise Calculation
  • Notes for developers
Powered by GitBook
On this page
  • Pull Requests
  • Versioning
  • Releasing to PyPi and Conda

Was this helpful?

Export as PDF

Notes for developers

PreviousNoise Calculation

Last updated 4 years ago

Was this helpful?

Pull Requests

Please use the model, with a feature branch based off the develop branch, for creating PRs to the

Versioning

To increase the version number use the following command:

bumpversion (major|minor|patch) --tag

Releasing to PyPi and Conda

$ bumpversion (major|minor|patch) --tag
$ python setup.py sdist bdist_wheel
$ twine upload dist/*
$ conda skeleton pypi sequence-qc
---
Optional fixes for potential errors:
    - Resolve ContextualVersionConflict
    - Change "source: url" in meta.yaml to "files.pythonhosted.org/..."
---
$ conda build -c conda-forge -c bioconda sequence-qc
$ anaconda upload /Users/ianjohnson/miniconda3/conda-bld/osx-64/sequence-qc-0.1.12-py37_0.tar.bz2
Git Flow
GitHub repo