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

Error in test script #7

Open
gadiscymraes opened this issue Dec 21, 2023 · 1 comment
Open

Error in test script #7

gadiscymraes opened this issue Dec 21, 2023 · 1 comment

Comments

@gadiscymraes
Copy link

gadiscymraes commented Dec 21, 2023

I'm following the steps in the README. I have the repository cloned and have created the environment. I am in the root directory and the environment is activated. Now I am on step 5 - testing the execution but I get the following error:

$ bash execute/run_local_conda_test.sh
SyntaxError in line 96 of /home/tandem-pas-main/Snakefile:
Unexpected keyword singularity in rule definition (Snakefile, line 96)

I have singularity installed and working.
I have no experience with Snakemake so not sure how to fix.

Any help appreciated! Thank you!

@dominikburri
Copy link
Contributor

dominikburri commented Jan 11, 2024

Which snakemake version is installed in the activated environment? It could be that snakemake v8 was installed, which might not support this keyword anymore.
You could also try to replace "singularity" with "container" in the mentioned file.

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