Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • shuang
    Senior Member
    • Jul 2011
    • 100

    How to convert from sff to fasta or fastq

    I have sff files from 454 sequencing. How do I convert sff to fasta or fastq format?
  • cjp
    Member
    • Jun 2011
    • 58

    #2
    See this thread:

    Discussion of next-gen sequencing related bioinformatics: resources, algorithms, open source efforts, etc


    Chris

    Comment

    • vamosia
      Member
      • Mar 2009
      • 15

      #3
      There is a roche script called "sffinfo", which takes and sff file and generate a fasta file.

      Comment

      • maubp
        Peter (Biopython etc)
        • Jul 2009
        • 1544

        #4
        Yes, both sffinfo from Roche and the free open source options of sff_extract and Biopython were mentioned in the thread Chris linked to:
        Discussion of next-gen sequencing related bioinformatics: resources, algorithms, open source efforts, etc

        Comment

        • TonyBrooks
          Senior Member
          • Jun 2009
          • 303

          #5
          I've converted sff to fastq using sffinfo to generate the fasta and qual files. You can then combine them using the perl script on this page
          Discussion of next-gen sequencing related bioinformatics: resources, algorithms, open source efforts, etc

          to combine them into Sanger fastq. Your fasta and qual files should have the same basename for it to work.

          Comment

          • BaCh
            Member
            • May 2008
            • 81

            #6
            Originally posted by TonyBrooks View Post
            I've converted sff to fastq using sffinfo to generate the fasta and qual files. You can then combine them using the perl script on this page
            "sff_extract -Q" seems easier in handling :-)

            B.

            Comment

            • shuang
              Senior Member
              • Jul 2011
              • 100

              #7
              You can simply type the command below and it will generate 3 files, .fasta, .fasta.qual, .xml, for you.

              sff_extract XXX.sff

              Comment

              • fadista
                Member
                • Sep 2008
                • 37

                #8
                Does this sff_extract can handle multiplex files? I have 48individuals/run on a Roche 454 junior and I would like to demultiplex the sff files.

                Thanks.

                Comment

                • maubp
                  Peter (Biopython etc)
                  • Jul 2009
                  • 1544

                  #9
                  I don't think sff_extract can do this (yet). Assuming you are using the standard Roche 454 MID barcodes, then Roche's sfffile from their "off instrument applications" package would be the easiest way to do this.

                  Comment

                  • empyrean
                    Member
                    • Sep 2010
                    • 52

                    #10
                    this program works very well for converting directly from sff to fastq

                    The basic premise of genetic sequencing involves preparing a DNA sample into a form suitable for use on a DNA sequencer.  Afterwards, the sequencer ascertains the sequences of bases on the preapred…

                    Comment

                    • maasha
                      Senior Member
                      • Apr 2009
                      • 153

                      #11
                      Using Biopieces you can do:

                      Code:
                      read_sff -i data.sff | write_fastq -o data.fq -x
                      or

                      Code:
                      read_sff -i data.sff | write_454 -o data.fna -q data.fna.qual -x
                      or both in one go:

                      Code:
                      read_sff -i data.sff | write_fastq -o data.fq | write_454 -o data.fna -q data.fna.qual -x

                      Comment

                      • jonathanjacobs
                        Member
                        • Apr 2011
                        • 23

                        #12
                        Originally posted by maasha View Post
                        Using Biopieces you can do:
                        Thank you - discovered Biopieces because of this post and, after some mucking around with macports and ruby installations on OSX, finally got it working. THANK YOU. Very handy set up tools.
                        @bioinformer
                        http://www.linkedin.com/in/jonathanjacobs

                        Comment

                        • create.share
                          Member
                          • May 2014
                          • 20

                          #13
                          I am building a tool with graphical interface that will convert SFF to FASTQ and multifasta.
                          Last edited by create.share; 06-03-2014, 01:11 AM.

                          Comment

                          Latest Articles

                          Collapse

                          • SEQadmin2
                            Nine Things a Sample Prep Scientist Thinks About Before Sequencing
                            by SEQadmin2


                            I’m not a sequencing expert. I’m a purification scientist who uses NGS to evaluate workflows my group develops. With this perspective, we think about the sample first and the NGS workflow second. The sequencer is an exceptionally honest reporter, but it can only report on what you give it, so whether you get clean, interpretable data from an NGS workflow is largely determined before you begin.

                            Here are nine questions we think about, in roughly the order they matter, before...
                            06-18-2026, 07:11 AM
                          • SEQadmin2
                            From Collection to Sequencing: Why Sample Preparation and Preservation Define Sequencing Data
                            by SEQadmin2


                            Data variability is still an issue in sequencing technologies despite the advances in reproducibility and accuracy of these platforms. But the problem does not originate in the sequencing itself, but in the previous steps, before the sample reaches the sequencer.


                            The first step is collection, followed by preservation and sample preparation for analysis. Most scientists overlook those steps, but not being careful might just be skewing the experiment’s results.
                            ...
                            06-02-2026, 10:05 AM

                          ad_right_rmr

                          Collapse

                          News

                          Collapse

                          Topics Statistics Last Post
                          Started by SEQadmin2, Today, 11:10 AM
                          0 responses
                          6 views
                          0 reactions
                          Last Post SEQadmin2  
                          Started by SEQadmin2, 06-17-2026, 06:09 AM
                          0 responses
                          42 views
                          0 reactions
                          Last Post SEQadmin2  
                          Started by SEQadmin2, 06-09-2026, 11:58 AM
                          0 responses
                          102 views
                          0 reactions
                          Last Post SEQadmin2  
                          Started by SEQadmin2, 06-05-2026, 10:09 AM
                          0 responses
                          124 views
                          0 reactions
                          Last Post SEQadmin2  
                          Working...