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

                          • mylaser
                            Reply to Advanced Sequencing Platforms Tackle Neuroscience’s Toughest Genomics Problems
                            by mylaser
                            Kheloyar – Everything You Need to Know About Kheloyaar Login and Kheoyar Id
                            If you are looking for an online gaming platform that offers a user-friendly experience, Kheloyar has become a name that many users search for. Whether you're interested in creating a new account, accessing your dashboard through Kheloyaar Login, or learning how to obtain a Kheoyar Id, understanding the platform's features and account process is essential.
                            This guide explains everything you need to know about...
                            Yesterday, 01:13 AM
                          • SEQadmin2
                            Advanced Sequencing Platforms Tackle Neuroscience’s Toughest Genomics Problems
                            by SEQadmin2



                            Genomics studies in neuroscience face a special challenge due to the brain’s complexity and scarcity of samples. Mapping changes in cell type and state using conventional next-generation sequencing methods remains challenging. Advances in technologies like single-cell sequencing, spatial transcriptomics, and long-read sequencing have opened the door to deeper studies of the brain and diseases like Alzheimer’s, amyotrophic lateral sclerosis (ALS), and schizophrenia.
                            ...
                            07-09-2026, 11:10 AM
                          • SEQadmin2
                            Cancer Drug Resistance: The Lingering Barrier to Rising Survival
                            by SEQadmin2



                            Cancer survival rates have significantly increased in the last few decades in the United States, reaching a combined 70% 5-year survival rate by 2021. Behind this number, there are years of research to find new therapies, drug targets, and early detection methods. But there is one core challenge that keeps slowing down these advances, and it’s about drug resistance.

                            There is no single reason why many patients don’t respond to treatment as expected. Cancer is...
                            07-08-2026, 05:17 AM

                          ad_right_rmr

                          Collapse

                          News

                          Collapse

                          Topics Statistics Last Post
                          Started by SEQadmin2, 07-09-2026, 10:04 AM
                          0 responses
                          19 views
                          0 reactions
                          Last Post SEQadmin2  
                          Started by SEQadmin2, 07-08-2026, 10:08 AM
                          0 responses
                          11 views
                          0 reactions
                          Last Post SEQadmin2  
                          Started by SEQadmin2, 07-07-2026, 11:05 AM
                          0 responses
                          26 views
                          0 reactions
                          Last Post SEQadmin2  
                          Started by SEQadmin2, 07-02-2026, 11:08 AM
                          0 responses
                          31 views
                          0 reactions
                          Last Post SEQadmin2  
                          Working...