Re: help with Hash of arrays of arrays

2015-07-02 Thread Илья Рассадин
Hi Nathalie. Please, next time create gist with updated code, and send link to it. Now your code is messy and its really hard to tell anything about it. One more comment - you mix variable with computerish names and with names from subject area. It's bad, you must always name your variables with

Re: help with Hash of arrays of arrays

2015-07-02 Thread Nathalie Conte
HI Shlomi, Thanks for your comments about best practise which I have implemented, Any ideas on why my hash of arrays of arrays is misbehaving? Thanks Nat On 1 Jul 2015, at 15:42, Shlomi Fish wrote: > Hi Nat, > > some comments about your code. > > On Wed, 1 Jul 2015 13:00:53 +0100 > nco...@ebi

Re: help with Hash of arrays of arrays

2015-07-01 Thread Shlomi Fish
Hi Nat, some comments about your code. On Wed, 1 Jul 2015 13:00:53 +0100 nco...@ebi.ac.uk wrote: > Hi, > I need some help with a hash of array of array. > this is my input data structure: > gene aal1 data1 data2 data9 > gene bal2 data3 data4 data10 > gene b

help with Hash of arrays of arrays

2015-07-01 Thread nconte
Hi, I need some help with a hash of array of array. this is my input data structure: gene a al1 data1 data2 data9 gene b al2 data3 data4 data10 gene b al3 data5 data6 data12 gene b al4 data7 data8 data12 I take each data variable, see above, from a sql query and