LarsNauheimer / HybPhaser

Workflow to detect and phase hybrids in target capture data
GNU General Public License v3.0
16 stars 5 forks source link

Error in read.table #17

Open pablomurod opened 1 year ago

pablomurod commented 1 year ago

Hello,

I am trying HybPhaser for the first time. My first attempt to execute the script results in:

Error in read.table(file = file, header = header, sep = sep, quote = quote,  :
  no lines available in input
Calls: source ... withVisible -> eval -> eval -> read.csv -> read.table
In addition: Warning message:
In file(file, "rt") :
  file("") only supports open = "w+" and open = "w+b": using the former
Execution halted

I think it might have to do with the information on the config file but not sure where the problem may be. Any help would be much appreciated.

Thanks! Pablo