kbseah / genome-bin-tools

Interactive tools for metagenome visualization and binning in R
GNU General Public License v2.0
28 stars 7 forks source link

gbt() dies if mark= not supplied #9

Closed kbseah closed 9 years ago

kbseah commented 9 years ago

Fix the error catching

> d <- gbt(covstats="example_data/HPminus.coverage",mark="example_data/phylotype.result.parsed")
gbtools WARNING: marksource not supplied.
Error in table(markTab$source) : object 'markTab' not found
kbseah commented 9 years ago

Fixed with v2.3