Extract run manifest from SFF file

SFF files are the binary output given by the Roche 454 sequencers. They holds both the flowgrams, and thus the sequences, and a manifest of the run itself. To see it you can use the following command:

sffinfo -m file.sff > manifest.xml

Leave a comment