To be clear, the values are swapped in all stats.sh output formats, not just format=7.
stats.sh: N50 and L50 values are switched
When I run make, I get this output. cd ./src/Kmerfreq_AR && make make[1]: Entering directory `/gscratch/srlab/programs/SOAPec_src_v2.03/src/Kmerfreq_AR' g++ main.o seqKmer.o estimateGenome.o gzstream.o -lz -lpthread -static -O3 -o KmerFreq_AR /usr/bin/ld: cannot find -lz /usr/bin/ld: cannot find -lstdc++ /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/libpthread.a(libpthread.o): In function `sem_open': (.text+0x682b): warning: the use of `mktemp' is dangerous, better use `mkstemp' collect2:...