Closed alexander-ahn closed 1 year ago
> Stage 3: Assemble long reads for "rnabloom"
Overlapping sequences...
Parsed 0 overlap records in 0.003s
That overlapping step in stage 3 shouldn't run this quickly.
Can you check the content of the file rnabloom.longreads.assembly1.nr.fa.gz.log
?
Also, what kind of transcriptome are you assembling? The reads seem very short.
The file simply says:
[ERROR] unknown option in "-e"
It's supposedly untargeted poly(A)-containing mRNA transcriptome from non-human primate samples.
I think you could be using an old version of minimap2 that does not support the -e
option.
If that is the case, please update to the latest version.
Yes, that was indeed the problem (accidentally used minimap2.14
instead of >=2.22). Thanks once again!
Hello, I can't seem to go past stage 2 whenever I try to use
RNA-Bloom2
with ONT long-read RNA-Seq data.RNA-Bloom2
Input CMD:CMD log & error prompts:
output directory:
Thanks.