jmbreda / Sanity

Filtering of Poison noise on a single-cell RNA-seq UMI count matrix
GNU General Public License v3.0
65 stars 11 forks source link

MTX detection could use improvement #8

Open aaronmck opened 3 years ago

aaronmck commented 3 years ago

The line:

in_file_extension = in_file.substr(in_file.find(".")+1,in_file.length());

can't handle filenames with dots elsewhere in the path, for instance, you can't specify a mtx file with the name ../test.mtx. Not a big deal, but others will certainly run into it.