Essential AWK Commands for Next Generation Sequence Analysis

Here are the few essential awk command line scripts for next generation sequence analysis. Users need latest version of gawk to run commands with bitwise operations. Most of the Linux distributions come with gawk. However OSX users have to install it from here http://rudix.org/packages/gawk.html Count number of reads in a FastQ file awk ‘END{print NR/4}’ […]

Read More