in reply to Re: find shortest path for each query from a CSV file
in thread find shortest path for each query from a CSV file

Please help Im still getting this error :-
Use of uninitialized value in join or string at check_22nov_metabolite +_pred_2.pl line 74, <DATA> line 6. M7: M7<-Q, P. Use of uninitialized value in join or string at check_22nov_metabolite +_pred_2.pl line 74, <DATA> line 6. M54: M54<-M7<-Q, Pl.P.

Replies are listed 'Best First'.
Re^3: find shortest path for each query from a CSV file
by VincentK (Beadle) on Nov 22, 2013 at 21:33 UTC

    Just glancing at the code GrandFather posted I see a couple of spots where term 'prob' appears to be a bare word. At some point should it be a variable? I could be wrong here. There are also three dots in the __DATA__ portion that should probably be deleted too.