• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Need Help With Sequence Alignment

 
Greenhorn
Posts: 27
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi everyone!

I am currently working on a sequence alignment program which must be able to produce the optimal alignment as well as the traceback algorithm. I have finished doing the code and was able to compiled without any errors.

However, my program is only doing half its job as it is not giving me the optimal alignment which it should. Can anyone help me with this? Thank you. I will post my code upon request. Thx.
[ January 12, 2006: Message edited by: Alisha Burke ]
reply
    Bookmark Topic Watch Topic
  • New Topic