-
Notifications
You must be signed in to change notification settings - Fork 11
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
RUST_BACKTRACE=1 #47
Comments
Additionally, in the result file “cyc.cor.herro.fasta”, there was already a few partial results, but once the core.* file was generated, and no further output. |
Hi, Are you sure that generated batches (used by --read-alns) are generated with the same reads (filtered reads)? Getting this error at this stage would suggest that there tlen/qlen in *.oec.zst is different than the real length. I will try to rewrite the code to show this error while parsing. Best regards, |
hi The issue could arise from insufficient memory for the task or an excessive number of threads? thank you. |
Hi, can you please build the tool from this branch (https://github.com/lbcb-sci/herro/tree/decoding-debug) and run it on your data? I added some checks for the length consistency so we should get a more descriptive error message now. Your feedback would help us to improve this tool. If we get the output we expect, we will push the changes into the main branch. Best, |
Hi, i get the error when running HERRO, and i check the fastq file, but there no appear to be non-canonical bases (A, T, C, G), Could you help me about how to troubleshoot the error?
thank you.
singularity run --nv herro.sif inference --read-alns batches_of_alignments -t 5 -d 0,1 -m model_R9_v0.1.pt -b 32 cyc.cor.fastq.gz cyc.cor.herro.fasta
The text was updated successfully, but these errors were encountered: