Dear Ole, programming is not my strong suite. however, I have found GNU parallel to be very useful.. so taking small steps to learn it. can you let me know how to use the following awk command in a GNU parallel syntax with a variable
awk ' {if(NR==1){print $1, $2, $3, $4, $5, $7, $9, $10, $12} {if(NR>1 &&
$5=="ADD") {print $1, $2, $3, $4, $5, $7, $9, $10, $12}}}' OFS='\t'
VarA_2012_06_LRM_AgeEV.assoc.logistic > VarA_2012_06_LRM_AgeEV .assoc.txt
the VarA is the variable.
Thanks
Vijai
