griffithlab / pVACtools

http://www.pvactools.org
BSD 3-Clause Clear License
131 stars 58 forks source link

Handle nan values in the Mutation Position column #1079

Closed susannasiebert closed 4 months ago

susannasiebert commented 4 months ago

A recent update to the aggregate report creation parses "NA" values as pandas nan instead of a string. This update failed to address the is_anchor_residue_pass logic, which still assumed that this column was parsed as a string which is fixed by this PR.

Closes #1074