Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • Pol8
    Member
    • Aug 2014
    • 33

    calling reads by size

    Hi everyone,

    basic question: which is the best way to have a fasta file containing only the 21-long reads, starting from the cleaned 'total reads.fasta'?

    Thanks
  • GenoMax
    Senior Member
    • Feb 2008
    • 7142

    #2
    What sequencer platform is this for? You want to keep reads that are only 21-bp (or at least 21bp and longer)?

    Comment

    • Brian Bushnell
      Super Moderator
      • Jan 2014
      • 2709

      #3
      Reformat can do that, like this:

      reformat.sh in=reads.fasta out=21.fasta minlen=21 maxlen=21

      Comment

      • Pol8
        Member
        • Aug 2014
        • 33

        #4
        Only the 21 long. Mines are Illumina data.

        Comment

        • GenoMax
          Senior Member
          • Feb 2008
          • 7142

          #5
          Follow Brian's suggestion. You may have to indicate the following if you have fastq format files and want to keep them in that format.

          reformat.sh in=reads.fastq out=21.fastq minlen=21 maxlen=21
          This may work if you want them converted from fastq to fasta format:

          reformat.sh in=reads.fastq out=21.fasta minlen=21 maxlen=21

          Comment

          Latest Articles

          Collapse

          ad_right_rmr

          Collapse

          News

          Collapse

          Topics Statistics Last Post
          Started by SEQadmin2, 06-05-2026, 10:09 AM
          0 responses
          14 views
          0 reactions
          Last Post SEQadmin2  
          Started by SEQadmin2, 06-04-2026, 08:59 AM
          0 responses
          24 views
          0 reactions
          Last Post SEQadmin2  
          Started by SEQadmin2, 06-02-2026, 12:03 PM
          0 responses
          28 views
          0 reactions
          Last Post SEQadmin2  
          Started by SEQadmin2, 06-02-2026, 11:40 AM
          0 responses
          23 views
          0 reactions
          Last Post SEQadmin2  
          Working...