-
Notifications
You must be signed in to change notification settings - Fork 14
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
Paired End Reads #8
Comments
We do not have a specific treatment for paired end read data. I don't understand the utility of paired end read data for miRNAs and suggest you treat it all as non-paired data. Sorry. |
Thanks a lot. I used one end of the pairs to do the analysis but I got the following error"
Any reason what might be the case? Thanks |
That error message means that no miRNAs were detected in the sample. miRge is not designed for regular RNA-seq as mature miRNAs will not be captured there. For miRNAs you need to start with small RNA-seq library preparation. I hope that helps. |
Thanks all our samples were small rna libraries. However, I had about 41 sample that I did analysis all together. When I switched and did the analysis one by one per sample instead of all 41 together then the analysis went through. Could it be also some memory related issue? Eren |
It may be a memory issue. We generally haven't done more than 20 samples at once if they sequencing depth is > 10 million reads each. I can't exclude that memory was a problem, but generally the "alignment exited with non-zero status" indicates that no miRNAs were found. Was it possible that the adapter removal step was set up correctly (not a typo) as that would also likely cause no miRNAs to be found. Either way, I'm glad you were able to get the samples analyzed. |
Hi Mark, Just a suggesion after my experience today: I got a new batch of samples and I was getting the same error even using a single sample, after increasing the memory size the job finished. It would be really good if there is a way the program can output memory error v.s. no miRNA detected. For that particular sample here is the resource summary:
I hope this would be helpful to improve the software. |
Thank you for the suggestion. We are looking into making that change. If we are able to do it, I will let you know. |
Thats great thanks a lot. A quick question in the annotation report what is the difference between all miRNA reads and filtered miRNA reads? |
@ahsen1402 Actually, in the step of annotation. mirge calls bowtie to align the reads to all kinds of RNA sequence libraries. Eventually, mirge tries to capture the status of bowtie running (a value is returned after calling bowtie). If the value equals to 0, it means bowtie runs successfully, otherwise, this error “Alignment exited with none-zero status” will show and mirge is forced to stop. |
Hi I have some paired end read data, is there a specific treatment for them from the algorithm? How would you suggest I should deal with them?
Thanks
The text was updated successfully, but these errors were encountered: