idoerg / cafa-format-check

Format checkers for CAFA predictions files
GNU General Public License v3.0
6 stars 6 forks source link

do not use rstrip() for removing file extensions! #9

Closed szarecor closed 4 years ago

szarecor commented 4 years ago

The previous code for removing file extensions with rstrip() from zip files was a bad idea this is a fix for that.