Skip to content

Instantly share code, notes, and snippets.

@brantfaircloth
Created May 13, 2011 00:05
Show Gist options
  • Save brantfaircloth/969716 to your computer and use it in GitHub Desktop.
Save brantfaircloth/969716 to your computer and use it in GitHub Desktop.
generate well descriptors from a 96-well plate
rows = ['A','B','C','D','E','F','G','H']
columns = ['1','2','3','4','5','6','7','8','9','10','11','12']
[['{0}:{1}'.format(r,c) for c in columns] for r in rows]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment