-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathutils.py
More file actions
9 lines (8 loc) · 1.66 KB
/
utils.py
File metadata and controls
9 lines (8 loc) · 1.66 KB
1
2
3
4
5
6
7
8
9
# 3 to 1 letter amino acid code dictionary
dic = {'CYS': 'C', 'ASP': 'D', 'SER': 'S', 'GLN': 'Q', 'LYS': 'K',
'ILE': 'I', 'PRO': 'P', 'THR': 'T', 'PHE': 'F', 'ASN': 'N',
'GLY': 'G', 'HIS': 'H', 'LEU': 'L', 'ARG': 'R', 'TRP': 'W',
'ALA': 'A', 'VAL':'V', 'GLU': 'E', 'TYR': 'Y', 'MET': 'M'}
# fun way to generate unique names for experiments
dino_names = ['T-Rex','Triceratops','Stegosaurus','Ankylosaurus','Brachiosaurus','Allosaurus','Velociraptor','Pterodactyl','Iguanadon']
adjs = ['active','adaptable','adventurour','affectionate','alert','artistic','assertive','boundless','brave','broad-minded','calm','capable','careful','caring','cheerful','clever','comfortable','communicative','compassionate','conscientious','considerate','courageous','creative','curous','decisive','determined','diligent','dynamic','eager','energetic','entertaining','enthusiastic','exuberant','expressive','fabulous','fair-minded','fantastic','fearless','flexiblethinker','frank','friendly','funny','generous','gentle','gregarious','happy','hard-working','helpful','hilarious','honest','imaginative','independent','intellectual','intelligent','intuitive','inventive','joyous','kind','kind-hearted','knowledgable','level-headed','lively','loving','loyal','mature','modest','optimistic','outgoing','passionate','patient','persistent','philosophical','polite','practical','pro-active','productive','quick-witted','quiet','rational','receptive','reflective','reliable','resourceful','responsible','selective','self-confident','sensible','sensitive','skillful','straightforward','successful','thoughtful','trustworthy','understanding','versatile','vivacious','warm-hearted','willing','witty','wonderful']