openvax / vaxrank

Ranked vaccine peptides for personalized cancer immunotherapy
Apache License 2.0
53 stars 21 forks source link

Superficial cleanup #172

Closed iskandr closed 6 years ago

iskandr commented 6 years ago

In preparation for more substantial changes in the next few days, I did a PEP8/style/readability pass over Vaxrank and made changes shouldn't change functionality.

The biggest change is in the GenePathwayCheck class, where I renamed things like _CLASS_I_MHC to _CLASS_I_MHC_COLUMN_NAME (made the code easier for me to read) and have the objects hold on to sets of the gene names and variants, rather than doing more complicated DataFrame operations for each variant.

coveralls commented 6 years ago

Coverage Status

Coverage increased (+2.2%) to 88.601% when pulling 4731cc03e2f87286be7c58dae7bd67aa786317ec on formatting-cleanup into 64dc542c3576398401b2aed82b4cde9ecdf1e67c on master.