Seqanswers Leaderboard Ad

Collapse

Announcement

Collapse
No announcement yet.
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • 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?

  • #2
    See this thread:

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


    Chris

    Comment


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

      Comment


      • #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


        • #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


          • #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


            • #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


              • #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


                • #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


                  • #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


                    • #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


                      • #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


                        • #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
                            Recent Advances in Sequencing Analysis Tools
                            by seqadmin


                            The sequencing world is rapidly changing due to declining costs, enhanced accuracies, and the advent of newer, cutting-edge instruments. Equally important to these developments are improvements in sequencing analysis, a process that converts vast amounts of raw data into a comprehensible and meaningful form. This complex task requires expertise and the right analysis tools. In this article, we highlight the progress and innovation in sequencing analysis by reviewing several of the...
                            Today, 07:48 AM
                          • seqadmin
                            Essential Discoveries and Tools in Epitranscriptomics
                            by seqadmin




                            The field of epigenetics has traditionally concentrated more on DNA and how changes like methylation and phosphorylation of histones impact gene expression and regulation. However, our increased understanding of RNA modifications and their importance in cellular processes has led to a rise in epitranscriptomics research. “Epitranscriptomics brings together the concepts of epigenetics and gene expression,” explained Adrien Leger, PhD, Principal Research Scientist...
                            04-22-2024, 07:01 AM

                          ad_right_rmr

                          Collapse

                          News

                          Collapse

                          Topics Statistics Last Post
                          Started by seqadmin, Today, 07:17 AM
                          0 responses
                          11 views
                          0 likes
                          Last Post seqadmin  
                          Started by seqadmin, 05-02-2024, 08:06 AM
                          0 responses
                          19 views
                          0 likes
                          Last Post seqadmin  
                          Started by seqadmin, 04-30-2024, 12:17 PM
                          0 responses
                          20 views
                          0 likes
                          Last Post seqadmin  
                          Started by seqadmin, 04-29-2024, 10:49 AM
                          0 responses
                          28 views
                          0 likes
                          Last Post seqadmin  
                          Working...
                          X