in reply to Error opening file handle within while loop
This is always worth a read Basic debugging checklist as it contains lots of useful suggestions.
BTW, I'm surprised that your code works, you write to m2.maf & then ask phastCons to read it, but you haven't closed the file. It may be better to close it first so that any buffering gets flushed, and you'll be sure that the program gets to see all the data.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Error opening file handle within while loop
by rjc33 (Sexton) on Feb 11, 2016 at 09:08 UTC |