comparison hapmap2mlmm/transpose.awk @ 10:c6640c49fd01 draft

planemo upload commit 475f4d7d8442a0d75e103af326ae5881c4d2a4ac
author dereeper
date Mon, 16 Apr 2018 09:00:24 -0400
parents 420b57c3c185
children
comparison
equal deleted inserted replaced
9:98c37a5d67f4 10:c6640c49fd01
1 #!/usr/bin/gawk -f
2
3 BEGIN { 1 BEGIN {
4 max_x =0; 2 max_x =0;
5 max_y =0; 3 max_y =0;
6 } 4 }
7 5