speedseq
speedseq copied to clipboard
Awk for loop issue
Hi
On Ubuntu Linux, the for awk for-loops in the execution script are making problems, as the used syntax is only supported by an extension to the GNU-awk, as described in this issue at stack overflow: http://stackoverflow.com/questions/16921493/awk-illegal-reference-to-array-a
I changed the loops to the following notation: for(i=1;i in fmt;i++)
and it seems to work. Could you adapt that to the source code in order to support all awk flavours?
Thanks