SciLifeLab / facs

Fast and Accurate Classification of Sequences using Bloom filters
http://facs.scilifelab.se/
Other
16 stars 9 forks source link

python: do not bail out when file is not found #88

Open brainstorm opened 10 years ago

brainstorm commented 10 years ago

After a file not being found, the python interface should ideally return to the python interpreter:

>>> facs.query("jarl", "karl")
karl: No such file or directory
>>> 

Instead of exiting to the underlying shell as it does now:

>>> facs.query("jarl", "karl")
karl: No such file or directory
$ 
tzcoolman commented 10 years ago

oh...i ll check it