Troubleshooting populating associative array from awk generated tab delimited file
I have generated a tab delimited file using samtools
and awk
. I am attempting to populate an associative array with the tab delimited file. The keys and values of the associative array will then be used in a function for downstream analysis.