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
                Understanding Genetic Influence on Infectious Disease
                by seqadmin




                During the COVID-19 pandemic, scientists observed that while some individuals experienced severe illness when infected with SARS-CoV-2, others were barely affected. These disparities left researchers and clinicians wondering what causes the wide variations in response to viral infections and what role genetics plays.

                Jean-Laurent Casanova, M.D., Ph.D., Professor at Rockefeller University, is a leading expert in this crossover between genetics and infectious...
                09-09-2024, 10:59 AM
              • seqadmin
                Addressing Off-Target Effects in CRISPR Technologies
                by seqadmin






                The first FDA-approved CRISPR-based therapy marked the transition of therapeutic gene editing from a dream to reality1. CRISPR technologies have streamlined gene editing, and CRISPR screens have become an important approach for identifying genes involved in disease processes2. This technique introduces targeted mutations across numerous genes, enabling large-scale identification of gene functions, interactions, and pathways3. Identifying the full range...
                08-27-2024, 04:44 AM

              ad_right_rmr

              Collapse

              News

              Collapse

              Topics Statistics Last Post
              Started by seqadmin, 09-11-2024, 02:44 PM
              0 responses
              13 views
              0 likes
              Last Post seqadmin  
              Started by seqadmin, 09-06-2024, 08:02 AM
              0 responses
              146 views
              0 likes
              Last Post seqadmin  
              Started by seqadmin, 09-03-2024, 08:30 AM
              0 responses
              153 views
              0 likes
              Last Post seqadmin  
              Started by seqadmin, 08-27-2024, 04:40 AM
              0 responses
              163 views
              0 likes
              Last Post seqadmin  
              Working...
              X