-
Notifications
You must be signed in to change notification settings - Fork 6
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
Index error when calling chloe from the command-line #5
Comments
Hi Simon, it looks like Chloe had a problem reading the templates. The code you're using was experimental, not ready for general use yet. If you can wait a bit, there's a new version coming that a) works better and b) should be easier to use (doesn't require mmaps etc). In the meantime I would highly recommend using the website instead, which although also experimental, should at least be a bit more user-friendly... |
Hi Ian, thanks for the quick reply. Indeed, I opted to use the webserver for an initial benchmark against other annotators. I am quite confident that It is great to hear about the next release! I will look forward to its appearance. Please let me know. Do you have a guess about the release timeline? This would really help me to discuss with the development team and better schedule ourselves. Cheers |
Should be finished this month, hopefully next week or the week after |
Thank you Ian! I will be looking forward. Cheers |
Hi there!
I would like to integrate
chloe
in a pipeline I am developing. I have not been able to run it from the command line properly. I had no problems installing the dependencies from theProject.toml
.This is what I am trying currently:
With the following result:
I did some setup before running the line above:
chloe.jl mmap *.fa
in the chloe_references folder (fix a previous error saying there were no gwsas or mmap for the references)chloe.jl suffix *.fa
andchloe.jl gff3 *.sff
on the chloe_references folder.Do you know what might be causing the troubles? Is something not properly set? I would really appreciate your thoughts.
Cheers,
PD: I think it will be helpful if the README includes the setup steps that are necessary to run
chloe
(i.e downloading the references, create the mmaps, etc.)The text was updated successfully, but these errors were encountered: