Hey everyone, I am trying to identify circular RNAs in my seq data using CIRCquant. I have read and understood the usage and all the files required I have generated. However, my reads are single end reads and the usage and manual for CIRIquant do not provide any option for single end reads input even though in the published paper they mentioned that the program can take in signle end reads. can any one help ? thanks and see usage below for paired end reads
CIRIquant -t 20 --config ./chr1.yml -1 ./fastq1 -2 ./fastq2 --config ./chr1.yml --no-gene -o ./GCF -p GCFloc
If this is the published paper (https://genomemedicine.biomedcentral.com/articles/10.1186/s13073-019-0614-1), where do they mention that the program can take in single end reads?
Given that the method is based on (reverse) overlap detection of paired-end reads
feeding it single-end reads does not really make sense to me...
Edit: citation
this is the publication and they mentioned it here
Hmm, have you tried to only use the -1 option?
Yes it doesnt work. at this point I just assume its not possible. Thanks for trying to help.
Just judging from the first couple lines of code at the CIRIquant github repo, the tool will terminate if it doesn't receive -1 and -2, so yea, not without modifying that (which might be easy enough, though!).
Yes I agree. I tested with a paired end it ran just fine.