Skip to content
Snippets Groups Projects
Commit f324079e authored by Ian Longden's avatar Ian Longden
Browse files

comma not space separated needed

parent 2f0406db
No related branches found
No related tags found
No related merge requests found
......@@ -41,7 +41,7 @@ while(<>){
}
if(!defined($acc)){
for(my $i=0;$i<=100; $i++){
print $i."\t".$q_bin[$i]."\t".$t_bin[$i]."\t".$m_bin[$i]."\n";
print $i.",".$q_bin[$i].",".$t_bin[$i].",".$m_bin[$i]."\n";
}
exit;
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment