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

fixed yml #30

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions punctatools.yml → punctatools_correct.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ name: punctatools
channels:
- conda-forge
- defaults
- bioconda
dependencies:
- python>=3.9,<3.10

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think changing the python version is strictly necessary with the changes. Mine worked fine with the existing 3.9 restrictions.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi,
This this what I got while trying to install on 3 of the windows systems and that is the main reason I have pin point a specific version was working for us. If you think that is not necessary I can always change it back.
punctatools_error

Thanks!

- python=3.8.4
- ipykernel
- scipy
- ddt
Expand All @@ -17,8 +18,10 @@ dependencies:
- jupyter
- pyvcf
- pip
- git
- bioformats
- cellpose
- pip:
- cellpose
- git+https://github.com/amedyukhina/am_utils.git
- git+https://github.com/bhoeckendorf/[email protected]
- git+https://github.com/stjude/[email protected]
Expand Down