snayfach / MicrobeCensus

MicrobeCensus estimates the average genome size of microbial communities from metagenomic data
http://genomebiology.com/2015/16/1/51
GNU General Public License v3.0
41 stars 16 forks source link

run_microbe_census.py crashes when input file not found #8

Closed taltman closed 9 years ago

taltman commented 9 years ago

It should check whether the file exists before attempting to open it, and present a clean error message to the user.

snayfach commented 9 years ago

Fixed