-
Notifications
You must be signed in to change notification settings - Fork 7
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
Conda-install-error #34
Comments
when I run "singularity shell docker://aludi/dentist:stable" it back that Docker image path: index.docker.io/aludi/dentist:stable |
Hi, please update Snakemake to at least v5.32.1. It will solve the syntax error. Also be aware that I will release a new version v4.0.0 of DENTIST in the coming days. |
Thank you! But when I use snakemake=v5.32.1 or other higher version snakelike to install the dentist, it back that AttributeError in line 75 of /public/home/GL_lixn/biosoft/dentist.v3.0.0.x86_64/Snakefile: I'm looking forward to the release of the new version |
Thanks for your feedback! Can you please tell me exactly which version of Snakemake you are using? I have neither fixed nor encountered the "sourcecache" bug, yet. I will try to fix it as soon as possible. I twill not be included in v4.0.0 though. |
Hi |
Hi, thank you for providing the information.
This is already possible: |
Thank you! |
When I run snakemake --configfile=snakemake.yml --use-conda |
The whole workflow for using a manually installed conda package is this: mamba create -n dentist -c a_ludi -c bioconda dentist-core
mamba activate dentist
mamba install -c conda-forge -c bioconda snakemake
# execute your workflow; for example...
snakemake --configfile=snakemake.yml --cores=all If you do not have |
when I run "snakemake --configfile=snakemake.yml --use-conda" or "snakemake --configfile=snakemake.yml --use-conda --profile=slurm"
it told me that "SyntaxError in line 920 of /public/home/GL_lixn/biosoft/dentist.v3.0.0.x86_64/Snakefile:
Unexpected keyword container in rule definition (Snakefile, line 920)"
The text was updated successfully, but these errors were encountered: