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

Version of Numpy installed from conda #47

Closed
julianzaugg opened this issue Feb 9, 2023 · 1 comment
Closed

Version of Numpy installed from conda #47

julianzaugg opened this issue Feb 9, 2023 · 1 comment

Comments

@julianzaugg
Copy link

Hey Alex,

Just bringing the issue discussed here to your attention: https://github.com/rhysnewell/aviary/issues/92#issue

I have had this issue pop up once with a student running a snakemake rule using CheckM2 in Aviary, but the issue has not occurred for others (at least recently). So it is unclear if it an issue that will frequently occur.

AttributeError: module 'numpy' has no attribute 'typeDict'
[Fri Jan 27 06:54:28 2023]
Error in rule checkm_semibin:
    jobid: 20
    input: data/semibin_bins/done
    output: data/semibin_bins/checkm2_out, data/semibin_bins/checkm.out
    conda-env: /srv/home/USER/.conda/envs/096cdc4ad5efd911ad0acd1888e0a504_
    shell:
        touch data/semibin_bins/checkm.out; export CHECKM2DB=/srv/db/checkm2_data/0.1.3/CheckM2_database//uniref100.KO.1.dmnd; echo "Using CheckM2 database $CHECKM2DB"; checkm2 predict -i data/semibin_bins/output_recluster_bins// -x fa -o data/semibin_bins/checkm2_out -t 60 --force; cp data/semibin_bins/checkm2_out/quality_report.tsv data/semibin_bins/checkm.out
        (one of the commands exited with non-zero exit code; note that snakemake uses bash strict mode!)
@chklovski
Copy link
Owner

Sorry for the delay - hopefully this shouldn't happen with the bioconda installation of checkm2. Please reopen if issue persists.

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

2 participants