in reply to Re: Convert numbers from a binary file to texts
in thread Convert numbers from a binary file to texts

How can I matching characters of the numbers? Well. I just want to learn a little bit more. Thanks. Usually, sff files are divided into three text files (fa, qual, flow). So I cannot simply answer about the output. But usually fa files look like

>sequence id ATTCGATGGC qual file >sequence id 21 30 26 27 33 flow file 400 sequence id 235 1.00 0.11 2.01 0.05

Replies are listed 'Best First'.
Re^3: Convert numbers from a binary file to texts
by Corion (Patriarch) on Apr 08, 2016 at 07:15 UTC

    Maybe the best start is to read the documentation on the SFF format which I linked above.