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

still have N after trimming #23

Closed
silinzhong opened this issue Feb 15, 2022 · 0 comments
Closed

still have N after trimming #23

silinzhong opened this issue Feb 15, 2022 · 0 comments

Comments

@silinzhong
Copy link

I am confused why there are still "N" with quality score "#" in the read. I tried different q cutoff at 3, 10, 20 for LEADING and TRAILING and the result is still the same. Is there something wrong with the other options i used?

java -jar trimmomatic.jar -version
0.39

time java -jar trimmomatic.jar PE -phred33 -threads 20
../SRR503008_1.fastq.gz ../SRR503008_2.fastq.gz -baseout test2.fastq.gz
ILLUMINACLIP:TruSeq3-PE-2.fa:2:30:10:2:True LEADING:10 TRAILING:10 MINLEN:36

zcat test2_1P.fastq.gz | head -n 1000 | grep "N" -B1 -A3
@SRR503008.365 HWI-1KL117:157:D0LYPACXX:8:1101:4180:2142 length=75
TGGTAAATGAATAGAGGTATATGATGCGGTTAAGTATAATTAAGANGAANNTTGTTTGT
+SRR503008.365 HWI-1KL117:157:D0LYPACXX:8:1101:4180:2142 length=75
CCCDFFFFHHHHHIIJJEHIJJJJJJJJJHIIIJGIJIJJJJJIJ#0?F##7?CHGGI

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant