Closed jvfe closed 1 year ago
This might be a bug. Could you please attach/send me the input file causing the issue (which looks like it would be the 2nd one in your input list)?
Here you go: genome_2.zip
I can confirm that if I shuffle the order of the genomes in the input list it still errors out on the second one. So it may not be related to that file specifically.
That's good to know thanks, I will try and reproduce the error soon
Indeed, this is a bug, thanks for reporting!
Problem is if a palindrome had already appeared twice it can be an N at input to the function, which I am not handling. Easy to fix, will release 0.3.2 with this fix soon.
Great, thank you for fixing it!
Hi,
I've downloaded Gubbins into a conda environment and I've tried to run it with some different datasets, but all of them result in the same issue when trying to run generate_ska_alignment.py:
The error is the same when using only
ska build
(ska build -o out.aln -k 17 -f gubbins_samplesheet.txt --threads 1
:Is this something related to the input dataset or something else? The input data consists of open assemblies (.fna) assembled through Unicycler.
Gubbins: v3.3.0 ska: v0.3.0