Template:Pathway/Metabolic
From Metabolomics.JP
< Template:Pathway(Difference between revisions)
Line 7: | Line 7: | ||
for line in stdin:gmatch("([^\n]+)") do | for line in stdin:gmatch("([^\n]+)") do | ||
count = count+1; | count = count+1; | ||
− | if (count % 3 == 1 or count % 3 == 0) then | + | if ((count % 3 == 1) or (count % 3 == 0)) then |
--- do nothing for AtomMaps and metabolite IDs --- | --- do nothing for AtomMaps and metabolite IDs --- | ||
print(line); | print(line); |
Revision as of 12:57, 16 March 2009