Seqanswers Leaderboard 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

                          • seqadmin
                            New Genomics Tools and Methods Shared at AGBT 2025
                            by seqadmin


                            This year’s Advances in Genome Biology and Technology (AGBT) General Meeting commemorated the 25th anniversary of the event at its original venue on Marco Island, Florida. While this year’s event didn’t include high-profile musical performances, the industry announcements and cutting-edge research still drew the attention of leading scientists.

                            The Headliner
                            The biggest announcement was Roche stepping back into the sequencing platform market. In the years since...
                            03-03-2025, 01:39 PM
                          • seqadmin
                            Investigating the Gut Microbiome Through Diet and Spatial Biology
                            by seqadmin




                            The human gut contains trillions of microorganisms that impact digestion, immune functions, and overall health1. Despite major breakthroughs, we’re only beginning to understand the full extent of the microbiome’s influence on health and disease. Advances in next-generation sequencing and spatial biology have opened new windows into this complex environment, yet many questions remain. This article highlights two recent studies exploring how diet influences microbial...
                            02-24-2025, 06:31 AM

                          ad_right_rmr

                          Collapse

                          News

                          Collapse

                          Topics Statistics Last Post
                          Started by seqadmin, 03-20-2025, 05:03 AM
                          0 responses
                          17 views
                          0 reactions
                          Last Post seqadmin  
                          Started by seqadmin, 03-19-2025, 07:27 AM
                          0 responses
                          18 views
                          0 reactions
                          Last Post seqadmin  
                          Started by seqadmin, 03-18-2025, 12:50 PM
                          0 responses
                          19 views
                          0 reactions
                          Last Post seqadmin  
                          Started by seqadmin, 03-03-2025, 01:15 PM
                          0 responses
                          185 views
                          0 reactions
                          Last Post seqadmin  
                          Working...