rrwick / Deepbinner

a signal-level demultiplexer for Oxford Nanopore reads
GNU General Public License v3.0
124 stars 23 forks source link

change return type to str, not Path #10

Open eclarke opened 5 years ago

eclarke commented 5 years ago

the keras.load_model function requires a string and this function returns a Path object. I've altered it to return a string, which is what downstream functions seem to expect anyway. This should address issue #9, hopefully.