Closed pkohvaei closed 4 months ago
The bam file is not correctly sorted. Please use bamlist2cit to convert to cit, this should do the trick! F
The next step we used bamlist2cit and re-ran. Now the tool goes till ORF inference and there throws this error:
2024-07-19 10:50:40.794 INFO Starting PriceOrfInference ...
2024-07-19 10:50:41.107 INFO Infer ORFs
PRICE
PRICE is an analysis method for Ribo-seq data.
Error:
java.lang.RuntimeException: Could not run gedi.riboseq.javapipeline.PriceOrfInference@1e440333
Could not run gedi.riboseq.javapipeline.PriceOrfInference@1e440333
Exception in parallel iterator thread!
Index 0 out of bounds for length 0
Here I include the files the pipeline has created up to the exit point (hope it helps):
Thanks a lot.
I go ahead and move the second step into a new issue.
Dear Florian,
Here I include the command and the relevant part of the output:
gedi -e Price -reads test_2.sortedS.bam -genomic homo_grch38109 -prefix price -progress -plot
Using Gedi version 1.0.6a .
Thank you