Understanding the results from converting fasta files to fastq files using reformat.sh from bbsuite
1
0
Entering edit mode
4.0 years ago
a4appy23 ▴ 50

Hi , I tried to edit fastA file to fastq file using the command from this A: Edit format from .fa to .fq. im trying to interpret the results now. used a fake qscore of 35. The seequences in the fasta file had A,C,G,T,N... For example if the fasta file is in the format

>N33.01
ACTTTCGTCTTNNNNNNNNNNNNNNNN

Then the fast qfile produced was in the format

>N33.01
ACTTTCGTCTTNNNNNNNNNNNNNNNN
+
DDDDDDDDDDD!!!!!!!!!!!!!!!!

so after running reformat.sh from bbsuite i get a fast q file with ! at the positions with N and D at positions with basecall(A,C,G,T). can someone explainhow it assigns the values based on a fake qscore 35.

Is the bases A,C,G,T with is represented as D in fast qfile has a quality score of 35 ? then what does the (!) at position of Ns represent.

sequence sequencing genome gene • 627 views
ADD COMMENT
3
Entering edit mode
4.0 years ago
GenoMax 141k

Since N represents a no call, bbmap is assigning a Q-score of 0 to those bases.

ADD COMMENT

Login before adding your answer.

Traffic: 2516 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6