metageni / SUPER-FOCUS

A tool for agile functional analysis of shotgun metagenomic data
GNU General Public License v3.0
21 stars 12 forks source link

Issues with Excel-based output #51

Closed ctseto closed 5 years ago

ctseto commented 5 years ago

Getting errors with opening xls outputs (eg output_binning.xls) on Office 2013 on a work machine: "The file format and extension of output_binning.xls don't match. The file could be corrupted or unsafe..." Ignoring the cautionary message it appears to open just fine. Similarly, opening these files in R with readxl::read_excel() appears to generate error messages; but unsure if the latter is related to the former.

metageni commented 5 years ago

Please rename the file to *.csv and open on excel. Or just say Yes when you see the message you got.

ctseto commented 5 years ago

I feel pretty stupid for not running head earlier and seeing that it was plain-text. But at least it's something that is pretty easy to resolve, thanks!