Skip to content

Make Pynteny pip-only: remove bioconda references and conda recipes#99

Merged
Robaina merged 1 commit into
mainfrom
pip-only-docs-cleanup
Jun 18, 2026
Merged

Make Pynteny pip-only: remove bioconda references and conda recipes#99
Robaina merged 1 commit into
mainfrom
pip-only-docs-cleanup

Conversation

@Robaina

@Robaina Robaina commented Jun 18, 2026

Copy link
Copy Markdown
Owner

Follow-up to #98. Now that Pynteny is distributed as a pure-pip package, this removes the leftover conda/bioconda references that still described the old build.

Changes

  • README.md: removed the four Anaconda/Bioconda badges, the "install with conda" block, and conda activate pynteny from the usage snippet; updated the Python badge to 3.9 | 3.12.
  • docs/index.md: removed the conda install block.
  • Install instructions now use pip install git+https://github.com/Robaina/Pynteny.git, with a note that pip install pynteny will work once published to PyPI. (Pynteny is not on PyPI yet — the plain pip install pynteny line was not actually installable.) The Colab example notebook uses the git install too.
  • Removed the obsolete conda packaging recipes .conda/ and .bioconda/.

Not touched (still conda-based, left functional)

  • envs/pynteny-dev.yml and .devcontainer/ (miniconda) still work — they pip-install pyhmmer/pyrodigal inside a conda env. Happy to convert these to a pure-pip dev/devcontainer setup in a follow-up if wanted.

Note on PyPI

Pynteny isn't published to PyPI, so pip install pynteny won't work until a release is set up. Consider a release/publish workflow (e.g. pypa/gh-action-pypi-publish on tag) so the documented command becomes valid.

🤖 Generated with Claude Code

The package is distributed via pip only now, so remove the remaining conda /
bioconda references that described the old build:

- README.md: drop the four Anaconda/Bioconda badges, remove the
  "install with conda" block, and remove `conda activate pynteny` from the
  usage snippet. Update the Python badge to 3.9 | 3.12.
- docs/index.md: remove the conda install block.
- Installation now points to `pip install git+https://github.com/Robaina/Pynteny.git`
  with a note that `pip install pynteny` will work once published to PyPI
  (the package is not on PyPI yet, so the plain `pip install pynteny` line was
  not actually installable). The Colab example uses the git install too.
- Remove the obsolete conda packaging recipes (.conda/, .bioconda/).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@Robaina Robaina merged commit fe08e2d into main Jun 18, 2026
6 checks passed
@Robaina Robaina deleted the pip-only-docs-cleanup branch June 19, 2026 13:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant