Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • dawe
    Senior Member
    • Apr 2009
    • 258

    Filtering and excluding reads

    Hi all, I have a list of 150k reads aligned with maq and I would like to exclude those from the fastq file to end up in an unaligned reads fastq file.
    Has anybody a quick solution to do this?

    Thanks

    d
  • maubp
    Peter (Biopython etc)
    • Jul 2009
    • 1544

    #2
    I'd write a quick Python script myself. What format is the list in? Simple text file?

    Comment

    • dawe
      Senior Member
      • Apr 2009
      • 258

      #3
      Yes, but I've solved with fgrep, thanks.

      Comment

      • bioinfosm
        Senior Member
        • Jan 2008
        • 483

        #4
        maq map -u [unmapped reads]

        The -u option lets you define the file name with unmapped reads. You may parse this to get fastq format, as this file contains one line per read with sequence and quality info.

        Could be faster than what you mention already..
        --
        bioinfosm

        Comment

        Latest Articles

        Collapse

        ad_right_rmr

        Collapse

        News

        Collapse

        Topics Statistics Last Post
        Started by SEQadmin2, 06-09-2026, 11:58 AM
        0 responses
        14 views
        0 reactions
        Last Post SEQadmin2  
        Started by SEQadmin2, 06-05-2026, 10:09 AM
        0 responses
        26 views
        0 reactions
        Last Post SEQadmin2  
        Started by SEQadmin2, 06-04-2026, 08:59 AM
        0 responses
        36 views
        0 reactions
        Last Post SEQadmin2  
        Started by SEQadmin2, 06-02-2026, 12:03 PM
        0 responses
        60 views
        0 reactions
        Last Post SEQadmin2  
        Working...