speedseq icon indicating copy to clipboard operation
speedseq copied to clipboard

Awk for loop issue

Open mpschr opened this issue 9 years ago • 0 comments

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

mpschr avatar Jul 13 '15 11:07 mpschr