-
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
"Processed 0 reads" but exit code still 0 #52
Comments
Could you solve it? |
No I think most users will have better results using dorado correct. Frankly its a bit scary that Herro seems to create one file/data structure per read, since when working on millions of reads this can cause big problems for HPC storage systems. Its a great innovation but I'm super happy that the dorado devs picked is up and packaged the algorithm within dorado. |
@colindaven I recall seeing |
I believe so, yes. I am also interested in R9.4.1 correction if possible |
Hello, can you try to compile the tool from this branch (https://github.com/lbcb-sci/herro/tree/decoding-debug) and rerun it? It should give more information about the problem. If it is helpful I will add push it to the main branch. |
Hello I'm afraid compilation does not work in my hands - apologies. Am I missing something or getting the path to libtorch wrong ? ie. do I need to additionally use the -l flag " = note: use the SOMEPATH is just a long path I have redacted on my machine.
error - seems it cannot find torch - but I downloaded the linked and zipped version from the github repo and unzipped it into the libtorch dir.
|
Hello, Based on the commands you've provided:
you are currently in
libtorch will be placed in
However, it seems that you are setting the Best regards, |
Hi, I am having the same problem. Does compilation of the debug branch require admin rights? I tried compiling it but got the error message:
Do you instead have a Singularity image for the debug branch? Thank you. |
Hi,
I'm trying to run Herro in a simple nextflow pipeline. The pipeline completes without errors, but herro infererence has actually not discovered any reads
[00:00:37] Processed 0 reads.
Exit code is 0.
Wouldn't this be better displayed as a failure and exit code 1 ? Output file sizes are 0 of course.
Read features are created in the
herro_features
dir and passed in to inference asherro_features
.Commands - is there an obvious error here ?
herro features -t 32 761339-20220711_1557_2B_PAM34256_44784ad0_ont_filt.fastq herro_features
herro inference -t 1 -b 64 -m /data/herro/model_R9_v0.1.pt --read-alns herro_features 761339-20220711_1557_2B_PAM34256_44784ad0_ont_filt.fastq 20220711_1557_2B_PAM34256_44784ad0_ont_filt-corrected_ont.fasta
Thanks
The text was updated successfully, but these errors were encountered: