Open bm-silva opened 1 week ago
I've added a fix that prevents Chloe defining overlapping inverted repeats, which I think is the cause of this issue. If it isn't fixed in the latest version of the code, let me know, and if possible, share the genome sequence that is causing the problem.
Thanks for your work on the fix! I tested the file on my local machine, and it ran successfully. Unfortunately, I can’t share the FASTA file since it’s part of a private, unpublished project.
If I encounter any further issues, I’ll be sure to report them. Thanks again for your effort on this!
Hi! I encountered a BoundsError while running Chloe for chloroplast genome annotation. The issue appears to occur during the reverse_complement transformation, as called in Chloe.Annotator. Below is the error message:
I'm running Chloe.jl with the following cmd:
julia --project=/opt/chloe /opt/chloe/chloe.jl annotate -o results/chloe "$fasta_file"
And the software is running in a docker image, by the following Dockerfile:
Before running it, I make sure that are only ACTG in the sequence file. Is there any workaround for this issue? Thank you for your assistance!