Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • jrenart
    Junior Member
    • Feb 2011
    • 2

    seeded genome assembly

    I am constructing a db for sequences of a specific vertebrate protein (less than 200 aa, and about 600 bp). There are a lot of genomes already sequenced but with only the raw data available. Assembly all of them just for one protein is a waste of time and computer power (that I don't have). The program PRICE (Ruby et al 2013, GGG, 3:865) does the job (assembly starting with a seed) and works well. The problem with PRICE is that it only works with paired-end sequences. Is there other software that could be used for other platforms, starting with a seed?
    Thanks for the help. Jaime
  • Brian Bushnell
    Super Moderator
    • Jan 2014
    • 2709

    #2
    Why don't you map to the gene and just assemble the reads that map? For example:

    bbmap.sh in=reads.fq ref=gene.fasta outm=mapped.fq minid=0.5 k=11 nodisk

    Alternately, you can probably trick PRICE by reverse-complementing single-ended reads to pretend that they are read 2. For example:

    reformat.sh in=read1.fq out=read2.fq rcomp

    Comment

    • jrenart
      Junior Member
      • Feb 2011
      • 2

      #3
      Thank you for the ideas! I'll try them and post the outcome. Jaime

      Comment

      Latest Articles

      Collapse

      ad_right_rmr

      Collapse

      News

      Collapse

      Topics Statistics Last Post
      Started by SEQadmin2, Today, 11:58 AM
      0 responses
      9 views
      0 reactions
      Last Post SEQadmin2  
      Started by SEQadmin2, 06-05-2026, 10:09 AM
      0 responses
      25 views
      0 reactions
      Last Post SEQadmin2  
      Started by SEQadmin2, 06-04-2026, 08:59 AM
      0 responses
      34 views
      0 reactions
      Last Post SEQadmin2  
      Started by SEQadmin2, 06-02-2026, 12:03 PM
      0 responses
      56 views
      0 reactions
      Last Post SEQadmin2  
      Working...