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

Does not work with some non-Python packages #13

Open
yamaton opened this issue Jul 8, 2022 · 0 comments
Open

Does not work with some non-Python packages #13

yamaton opened this issue Jul 8, 2022 · 0 comments

Comments

@yamaton
Copy link
Contributor

yamaton commented Jul 8, 2022

Problem

Some non-Python packages fail to resolve dependencies. It seems a conda environment is not activated properly.

Example

Following command raises a perl dependency error.

condax install -c conda-forge -c bioconda agat
agat_convert_sp_gxf2gxf.pl --help

But running the executable within the conda environment works.

conda create -y -n agat -c conda-forge -c bioconda agat
conda run -n agat agat_convert_sp_gxf2gxf.pl --help

Proposal

Wrapping an executable with conda run would work better than a symlink.

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

No branches or pull requests

1 participant