Closed Sum02dean closed 2 years ago
Too much redundant code. Instead of writing the same code for each species. Iterate over a species list instead.
for species in species_iter: do analysis...
Too much redundant code. Instead of writing the same code for each species. Iterate over a species list instead.