metageni / SUPER-FOCUS

A tool for agile functional analysis of shotgun metagenomic data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Issues with Excel-based output

ctseto opened this issue · comments

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.

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

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!