-
Notifications
You must be signed in to change notification settings - Fork 6
Description
Hi all,
We are trying to get this pipeline working with the included control dataset so we can use it to characterize a variety of novel bacteriophages that we think may be circularly permuted with terminal repeats.
However, after cloning the pipeline from git and following the tutorial to test the included control dataset we are running into errors indicating the pipeline may be broken.
Our first error:

snakemake: error: unrecognized arguments: -r
Which seems to be caused by the conda package request for snakemake to the newest version where the "-r" flag is no longer used:

We did find that by editing the environment.yml file to use the originally intended version of snakemake.. changing from ">= 5.14.0" to "= 5.14.0" we were able to get past this error
However, we are currently stuck at the following error:

The log file shows the following:

We are assuming this is an issue with newer packages breaking the pipeline, but any thoughts on how to resolve these issues would be greatly appreciated. Please let me know if I can detail anything further.