Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • Convert Maq's out put to fasta/fastq?

    Hi!

    I would like to know whether it's possible to convert Maq's out put (out.aln.txt file, after running maq mapview or the unmapped reads files, by incorporating the u option in maq map) back to a fasta/fastq format so that it can be re-used in Maq/ other assemblers.

    Thanks

  • #2
    Not totally sure, but I know that the Vancouver Short Read Analysis Package has a tool for converting Maq to BED (http://vancouvershortr.wiki.sourcefo...t/ConvertToBed) and that Aaron Quinlan's BEDTools have a script for generating BED --> fasta.

    Hope that helps! Definitely not the most direct way though for sure. :P

    Comment


    • #3
      R/BioConductor can do this easily, by importing the MAQ output into an AlignedRead object, creating a ShortReadQ object from that, and then exporting a fastq file.
      @1
      NNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNN
      +
      """"""""""""""""""""""""""""""""""""

      Comment


      • #4
        mapview to fastq:

        maq mapview maq_map_file |awk '{print "@"$1"\n"$15"\n+\n"$16}' > fastq_file

        mapview to fasta:

        maq mapview maq_map_file |awk '{print ">"$1"\n"$15}'> fasta_file

        unmapped reads file to fastq

        awk '{print "@"$1"\n"$3"\n+\n"$4}' unmapped_reads_file > fastq_file

        Comment


        • #5
          I've tried your suggetions. I'm able to create the fastq files with awk and convert that to bfq format required for MAQ. But running MAQ with the bfq files gives me a error:
          Assertion failed: (fp_bfq_l), function ma_match.cc, line 557.
          Any suggestions why this might happen?
          Last edited by bea; 06-04-2009, 12:50 AM.

          Comment


          • #6
            If your fastq name is too long, >35 characters, Maq will delete the front exceed characters, so at this situation, you can't get the actual primary fastq back.
            And the primary fastq paired-end reads, every reads in pe1.fastq file should be corresponding to the same line of pe2.fastq file, so you should sort the name of reads in mapview file at first.

            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...
              05-06-2024, 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, 06:35 AM
            0 responses
            12 views
            0 likes
            Last Post seqadmin  
            Started by seqadmin, Yesterday, 02:46 PM
            0 responses
            18 views
            0 likes
            Last Post seqadmin  
            Started by seqadmin, 05-07-2024, 06:57 AM
            0 responses
            17 views
            0 likes
            Last Post seqadmin  
            Started by seqadmin, 05-06-2024, 07:17 AM
            0 responses
            19 views
            0 likes
            Last Post seqadmin  
            Working...
            X