Wednesday, June 3, 2009

PERL PROBLEM -1

Welcome to all . Here is the first perl question. Lets start with an easy one

Given 'n' numbert of dna strings , sort them according to their gc content and output to the screen .

Sample input

AGCT
AAG

sample output

AAG
AGCT

Your program should accept any number of dna sequences in any case. Change every dna string to its uppercase and sort them according to GC content.

Post the program as reply to this post..

Teja

No comments:

Post a Comment