Skip to content

Commit

Permalink
Include header row
Browse files Browse the repository at this point in the history
  • Loading branch information
holmbergius committed Apr 8, 2024
1 parent 9885e53 commit d8afa1f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,8 @@ public void doPost(HttpServletRequest request, HttpServletResponse response) thr
headerRow+=", "+locus+" Allele2";
}


//write out header row
outp.write(headerRow+"\r\n");

//now write out POP2 for search2
for(int i=0;i<numSearch2Individuals;i++){
Expand Down

0 comments on commit d8afa1f

Please sign in to comment.