davlu / Gene-Protein-Analysis-Tool

Returns analysis on a gene sequence or protein.
2 stars 5 forks source link

Updates to DNAanalysis #9

Closed spitfiredd closed 7 years ago

spitfiredd commented 7 years ago

I made some style changes, basic PEP8 formatting.

I also streamlined some functions to use dicts and got rid of some of the hard coding in DNAanalysis.py.

spitfiredd commented 7 years ago

I accidentally messed up the string output in the command line tool trying to get it < 79 chars. I changed to back.

davlu commented 7 years ago

Looks good! Thanks for making the code more simple.