Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • Split GA FASTQ file

    Does anyone have a script to split FASTQ file into fasta seqeucne file and fasta quality file?

    I have tried fq_all2std.pl from MAQ and it converts fastq to sequence fasta just fine, but it throws the following errors when I try otehr options
    export2std:
    Use of uninitialized value $t[21] in string eq at ./fq_all2std.pl line 177, <> line 1.
    export2sol
    Use of uninitialized value $t[21] in string eq at ./fq_all2std.pl line 164, <> line 1.

    Thanks

    Am

  • #2
    Am,

    The export2std or export2sol are not appropriate when your input is FASTQ, that is why it is throwing errors. To split a FASTQ into FASTA sequence and quality files you should use the 'std2qual' sub command of fq_all2std. This will take a FASTQ file and output one .seq file and one .qual file. The syntax is:

    fq_all2std std2qual <out_prefix> <input_fastq>

    The out_prefix will form the first part of the output filenames, e.g. out_prefix.seq and out_prefix.qual.

    The script assumes that the FASTQ quality scores are encoded using the standard Sanger method (i.e. Phred+33). If the FASTQ file is using Solexa encoding (Phred+64) you first need to convert the FASTQ using:

    fq_all2std sol2std <input_fastq> > output.fastq

    Comment


    • #3
      splita GA fASTQ

      Hi,
      The fq_all2std.pl I have does not recognize std2qual!

      Here is the top few lines form the code ....

      fq_all2std.pl
      #!/usr/bin/perl -w
      # Author: lh3
      # Version: 0.1.6

      use strict;
      use warnings;
      use Getopt::Std;

      my $usage = qq(
      Usage: fq_all2std.pl <command> <in.txt>

      Command:
      scarf2std Convert SCARF format to the standard/Sanger FASTQ
      fqint2std Convert FASTQ-int format to the standard/Sanger FASTQ
      sol2std Convert Solexa/Illumina FASTQ to the standard FASTQ
      fa2std Convert FASTA to the standard FASTQ
      seqprb2std Convert .seq and .prb files to the standard FASTQ
      fq2fa Convert various FASTQ-like format to FASTA
      export2sol Convert Solexa export format to Solexa FASTQ
      export2std Convert Solexa export format to Sanger FASTQ
      csfa2std Convert AB SOLiD read format to Sanger FASTQ
      instruction Explanation to different format
      example Show examples of various formats

      Note: Read/quality sequences MUST be presented in one line.
      ......................rest deleted........

      _________________________________________________________________________________

      Never mind, I found std2qual in the new release of MAQ!

      THANKS
      Last edited by aritakum; 06-30-2009, 11:26 AM. Reason: Found a solution

      Comment


      • #4
        It's a good tool. I have use it!

        Comment

        Latest Articles

        Collapse

        • seqadmin
          Current Approaches to Protein Sequencing
          by seqadmin


          Proteins are often described as the workhorses of the cell, and identifying their sequences is key to understanding their role in biological processes and disease. Currently, the most common technique used to determine protein sequences is mass spectrometry. While still a valuable tool, mass spectrometry faces several limitations and requires a highly experienced scientist familiar with the equipment to operate it. Additionally, other proteomic methods, like affinity assays, are constrained...
          04-04-2024, 04:25 PM
        • seqadmin
          Strategies for Sequencing Challenging Samples
          by seqadmin


          Despite advancements in sequencing platforms and related sample preparation technologies, certain sample types continue to present significant challenges that can compromise sequencing results. Pedro Echave, Senior Manager of the Global Business Segment at Revvity, explained that the success of a sequencing experiment ultimately depends on the amount and integrity of the nucleic acid template (RNA or DNA) obtained from a sample. “The better the quality of the nucleic acid isolated...
          03-22-2024, 06:39 AM

        ad_right_rmr

        Collapse

        News

        Collapse

        Topics Statistics Last Post
        Started by seqadmin, 04-11-2024, 12:08 PM
        0 responses
        22 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 04-10-2024, 10:19 PM
        0 responses
        24 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 04-10-2024, 09:21 AM
        0 responses
        19 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 04-04-2024, 09:00 AM
        0 responses
        50 views
        0 likes
        Last Post seqadmin  
        Working...
        X