-
Notifications
You must be signed in to change notification settings - Fork 1
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
CIRI2 : CIRI_AS_v1.2.pl : Please make sure the SAM is the same one used for circRNA detection by CIRI without modification! #35
Comments
Hi @Thananonsr , please make sure you are running CIRI2 & CIRI-AS with paired, untrimmed reads. |
Of course, I have been running CIRI2 & CIRI-AS with paired-end trimmed reads. |
Yes, that's the problem. CIRI-AS cannot handle reads with different lengths after trimming, so could you try to use untrimmed reads to instread? |
You means use the raw data as a input? |
Yes, only raw data is supported. |
Thank you, sir. Q: Do you have any suggestions for this issue? I need help since I can't find this database with untrimmed adapters. |
And here are all the steps in my analysis:
I followed the above steps for circRNA analysis per sample, and the resulting data is in GTF format. --> I’m wondering if it's necessary to run all the steps from 5-9. I’ve already obtained circRNA data from step 5, but I’m unable to run step 6. |
Hi @Thananonsr, you can trim the reads to a uniform length (e.g. 75/100bp) to run CIRI-full. |
Hi everyone
Currently, I am analyzing circRNAs from an RNA-Seq dataset using CIRI2 tools, following the steps outlined in the CIRI-cookbook. Here's how I have proceeded:
perl CIRI2.pl -I trimmed_sample.sam -O sample/trimmed_sample.ciri -F bwa.index_hg38.fa/hg38.fa -A knownGene.gtf
perl CIRI_AS_v1.2.pl -S trimmed_sample.sam -C sample/trimmed_sample.ciri -F bwa.index_hg38.fa/hg38.fa -A knownGene.gtf -O sample/output -D yes
However, I encountered an issue when I ran the last command. It failed with the error message:
"Please make sure the SAM is the same one used for circRNA detection by CIRI without modification!"
My question is:
Thank you
The text was updated successfully, but these errors were encountered: