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

unable to run test data #46

Open
narib opened this issue May 12, 2023 · 1 comment
Open

unable to run test data #46

narib opened this issue May 12, 2023 · 1 comment

Comments

@narib
Copy link

narib commented May 12, 2023

here I run the test
"mgefinder workflow denovo ../test_workdir"

image
image

@bielskin
Copy link

Not sure if you are still having this issue, but it is caused by a shell if statement in the snakefile being written for bash instead of zsh. For a quick fix all you need to do is adjust the if statement for zsh syntax. If you navigate to the snakefile shown at the path in the red "CalledProcessError:" text, edit the if condition to have two brackets on either side ("[[ statement ]]" instead of "[ statement ]") like shown and save the file.
Screenshot 2024-07-24 at 3 27 37 PM

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