Skip to content
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

Should circminer abort for bad reads? #3

Open
EricSHo opened this issue May 1, 2020 · 1 comment
Open

Should circminer abort for bad reads? #3

EricSHo opened this issue May 1, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@EricSHo
Copy link

EricSHo commented May 1, 2020

Hi,

circminer detected there was a bad read in the fastq file (It's correct. I checked the fastq file) and aborted. Are there options I can set to bypass the abortion? It makes more sense to me to discard bad reads and move on.

Here's the error message:
ERROR: read: ST-E00167:388:HCKK2ALXX:3:2115:30472:38948, length of sequence (136) does not match with quality (127)!
Aborting

CircMiner 0.3.1

circminer --thread 3
--verbose 2
--gtf ../mm10/gencode.vM24.annotation.gtf
--reference ../mm10/GRCm38.primary_assembly.genome.fa
--seq1 ../fastq_dir/Mouse_F950-L${seqno}_good_1.fq.gz
--seq2 ../fastq_dir/Mouse_F950-L${seqno}_good_2.fq.gz
--output ${prefix}_circminer
--scan-lev 2
--rlen 150
--sam

Your help is appreciated.

Thanks again.

Eric.

@HosseinAsghari
Copy link
Collaborator

Hi,

This feature is not available in CircMiner at the moment. It's a good idea to add it in the next versions of the software. However, the best solution will be to use a quality control pipeline to remove the problematic reads from the input data and then feed it to CircMiner.

@HosseinAsghari HosseinAsghari added the enhancement New feature or request label May 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants