Template:LBF digit910Table

From Metabolomics.JP
(Difference between revisions)
Jump to: navigation, search
Line 27: Line 27:
 
   local c;
 
   local c;
 
   for id in stdin:gmatch("%S+") do
 
   for id in stdin:gmatch("%S+") do
     c = string.sub(id,4,6);
+
     c = string.sub(id,5,6);
     id = string.sub(id,8,10);
+
     id = string.sub(id,9,10);
 
     if (L[id] == nil) then L[id] = id end
 
     if (L[id] == nil) then L[id] = id end
 
   end
 
   end

Revision as of 09:49, 26 September 2008



Personal tools
Namespaces

Variants
Actions
Navigation
metabolites
Toolbox