oncogenetics / LocusExplorer

An interactive graphical illustration of genetic associations and their biological context
MIT License
14 stars 15 forks source link

R3.m4 Input data, accept any extension, not only *.txt. - OSX issue #61

Closed zx8754 closed 9 years ago

zx8754 commented 9 years ago

Custom input data: Is it really necessary to require a .txt file ending? This may be typical for Windows, but not so much for Linux or Mac.

Also, accept any separator, make use of data.table::fread functionality.

zx8754 commented 9 years ago

Any extension, any delimiter should work now - data.table::fread. Updated InputFileFormat.md.