bhattlab / MGEfinder

A toolbox for identifying mobile genetic element (MGE) insertions from short-read sequencing data of bacterial isolates.
MIT License
105 stars 16 forks source link

unable to run test data #46

Open narib opened 1 year ago

narib commented 1 year ago

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

image image

bielskin commented 1 month ago

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