Sometimes download.file results in empty file (can't reproduce it, but happened few times when there were some network problems). On this file findFirstEntity (and parseGSE) hangs due to infinite loop. I suggest to add check on the empty line var, so that on incorrect files it would fail instead of hanging.
Sometimes download.file results in empty file (can't reproduce it, but happened few times when there were some network problems). On this file findFirstEntity (and parseGSE) hangs due to infinite loop. I suggest to add check on the empty
line
var, so that on incorrect files it would fail instead of hanging.Can be related to #57