cBioPortal / cbioportal-core

Externalized cBioPortal Core
2 stars 15 forks source link

Minor fix to validate floats in clinical files #58

Closed rmadupuri closed 1 month ago

rmadupuri commented 1 month ago

The current check if (value[0] in ('>','<')) and value[1:].isdigit(): throws an error if the values are floats. This PR fixes that.