Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix picrust2-env.yaml dependencies #378

Merged
merged 1 commit into from
Mar 4, 2025
Merged

Conversation

whatever60
Copy link
Contributor

Current dependencies specified in picrust2-env.yaml does not install using mamba/conda env create -f picrust2-env.yaml. These changes need to be made for successful installment.

  1. ete3 has to be installed from etetoolkit channel. conda-forge does not work, even though it is listed on https://anaconda.org/conda-forge/ete3.
  2. Installing sepp 4.5.5 requires python3.10.
  3. Runnning test requires typeguard 4.4.2 to be specified separately.

The updated package has been tested with pytest under source directory.

I sincerely appreciate the efforts of the developers to maintain this wonderful package and expand its functionality continously. It's such a blessing for the microbial bioinformatics community to have it🤗

1. ete3 has to be installed from etetoolkit channel. conda-forge does not work, even though it is listed on https://anaconda.org/conda-forge/ete3.
2. Installing sepp 4.5.5 requires python3.10.
3. Runnning test requires typeguard 4.4.2 to be specified separately.
@R-Wright-1
Copy link
Contributor

Thanks so much for catching these and adding this!

@R-Wright-1 R-Wright-1 merged commit c26260f into picrust:master Mar 4, 2025
@MgLaMontagne
Copy link

When I install PICRUSt2-2.6.0 from this source wget https://github.com/picrust/picrust2/archive/v2.6.0.tar.gz, I receive one failure when I run pytest. It fails at tests/test_place_seqs.py. All 60 other tests pass.
Any suggestions would be appreciated. MgL

platform linux -- Python 3.10.16, pytest-8.3.5, pluggy-1.5.0

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.

3 participants