Re: how to sort two array in perl

2011-10-16 Thread Lemon
13, 2011 at 02:39:52AM -0700, Lemon wrote: > > Dear all, > > > > I want to sort data set like this > > > > (@a, @b) > > 1,21,2 > > 7,89=> 2,33 > > 54,7

how to sort two array in perl

2011-10-14 Thread Lemon
Dear all, I want to sort data set like this (@a, @b) 1,21,2 7,89=> 2,33 54,787,89 2,33 54,78 I know that linux command sort can do t

how to calculate the uncover region

2011-09-13 Thread Lemon
I have some segments start and end position on a reference sequence, I want to calculate the uncoverage region for the reference; for example: reference sequence length= 100, name [start,end] segment 1 [1,20] segment 2 [2,28] segment 3 [50,100] segment 4 [5,38] so uncover region = [38,49]