Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • BLASTing or Convert FASTQ: any user-interface programmes out there? Need help!

    BlastStation-Free, acts as a standalone BLAST program which has a user interface rather than having to use command lines: problem is, is that it only accepts FASTA, and not FASTQ.

    We could either:

    1. Find a new standalone user-interface BLAST program that accepts FASTQ.

    or

    2. Find a FASTQ to FASTA converter with a user-interface.

    Does anybody have suggestions of either of the programmes we need?

    Thankyou for reading.

  • #2
    Galaxy (http://main.g2.bx.psu.edu/) is web based and has a FASTQ to FASTA converter. You might want to try that.

    Sam

    Comment


    • #3
      Hey Sam,

      Thanks very much, you're right, but actually there is simply too much data to upload; around 80GB.

      Comment


      • #4
        Possibly try this program --> http://sourceforge.net/projects/ngssequencealig/files/

        Comment


        • #5
          EMBOSS seqret can do FASTQ to FASTA (command line interface).

          Comment


          • #6
            use awk !

            awk 'BEGIN{P=1}{if(P==1||P==2){gsub(/^[@]/,">");print}; if(P==4)P=0; P++}' input.fastq > output.fasta


            very easy

            Comment


            • #7
              Same idea using Perl

              perl -ne '$c++; if ($c==1){$_=~/\@(\S+)/; print ">$1\n"} if($c==2){print "$_"} if ($c==4){$c=0}' input.fastq > output.fasta

              Or if you find yourself wanting to manipulate fastq files in additional ways, the fastq utilities of Galaxy that sdarko mentioned above are available in command line form within the FASTX-Toolkit
              Last edited by malachig; 09-17-2010, 08:20 PM.

              Comment

              Latest Articles

              Collapse

              • seqadmin
                Recent Innovations in Spatial Biology
                by seqadmin


                Spatial biology is an exciting field that encompasses a wide range of techniques and technologies aimed at mapping the organization and interactions of various biomolecules in their native environments. As this area of research progresses, new tools and methodologies are being introduced, accompanied by efforts to establish benchmarking standards and drive technological innovation.

                3D Genomics
                While spatial biology often involves studying proteins and RNAs in their...
                01-01-2025, 07:30 PM
              • seqadmin
                Advancing Precision Medicine for Rare Diseases in Children
                by seqadmin




                Many organizations study rare diseases, but few have a mission as impactful as Rady Children’s Institute for Genomic Medicine (RCIGM). “We are all about changing outcomes for children,” explained Dr. Stephen Kingsmore, President and CEO of the group. The institute’s initial goal was to provide rapid diagnoses for critically ill children and shorten their diagnostic odyssey, a term used to describe the long and arduous process it takes patients to obtain an accurate...
                12-16-2024, 07:57 AM

              ad_right_rmr

              Collapse

              News

              Collapse

              Topics Statistics Last Post
              Started by seqadmin, 01-09-2025, 04:04 PM
              0 responses
              431 views
              0 likes
              Last Post seqadmin  
              Started by seqadmin, 01-09-2025, 09:42 AM
              0 responses
              440 views
              0 likes
              Last Post seqadmin  
              Started by seqadmin, 01-08-2025, 03:17 PM
              0 responses
              452 views
              0 likes
              Last Post seqadmin  
              Started by seqadmin, 01-03-2025, 11:18 AM
              1 response
              50 views
              1 like
              Last Post Tonia
              by Tonia
               
              Working...
              X