mattb112885 / clusterDbAnalysis

ITEP - Integrated Toolkit for Exploration of microbial Pan-genomes
26 stars 15 forks source link

db_listDbFiles.py features for easier grepping #11

Closed JamesRH closed 12 years ago

JamesRH commented 12 years ago

it would be easier to grep the output of db_listDbFiles.py if the default was in one column. Alternatively, if there was a sys.argv[1], then the script could use that as a to grep through the list.

Very minor, I know.

mattb112885 commented 12 years ago

This is a good point. I made the default as it is because I typically just use the function to print to screen. It is easy enough to change though.

mattb112885 commented 12 years ago

Fixed.