You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to know the compressed size of the reads, but only of the bp's (i.e., without quality values, IDs or other info).
I used the option -l with the output.qp file, and I get the number of reads, the number of bp's, the uncompressed size and the compressed size. Does this compressed size correspond to only the compressed size of the bp's? If not, is there an easy way of getting this info?
thanks a lot!
The text was updated successfully, but these errors were encountered:
> quip -l -v h1-1_1.fastq.qp
Reads Bases ID Uncompressed ID Compressed ID Ratio Aux Uncompressed Aux Compressed Aux Ratio Seq Uncompressed Seq Compressed Seq Ratio Qual Uncompressed Qual Compressed Qual Ratio Filename
26516582 2651658200 1444759535 83804715 0.0580 0 485 inf 2651658200 417223371 0.1573 2651658200 579112964 0.2184 h1-1_1.fastq.qp
That separates statistics into Seq, ID, Qual, and Aux (which are the extra fields in SAM/BAM files).
I want to know the compressed size of the reads, but only of the bp's (i.e., without quality values, IDs or other info).
I used the option -l with the output.qp file, and I get the number of reads, the number of bp's, the uncompressed size and the compressed size. Does this compressed size correspond to only the compressed size of the bp's? If not, is there an easy way of getting this info?
thanks a lot!
The text was updated successfully, but these errors were encountered: