don't flush anymore.
git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@1977 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
parent
aacd72854f
commit
4d3871c655
|
|
@ -173,23 +173,11 @@ public class CoverageBySample extends LocusWalker<String, String>
|
|||
|
||||
public String reduceInit()
|
||||
{
|
||||
/*
|
||||
String header = "contig offset";
|
||||
for (int i = 0; i < sample_names.size(); i++)
|
||||
{
|
||||
header += " " + sample_names.get(i);
|
||||
}
|
||||
header += "\n";
|
||||
out.print(header);
|
||||
return header;
|
||||
*/
|
||||
return "";
|
||||
}
|
||||
|
||||
public String reduce(String line, String sum)
|
||||
{
|
||||
//out.print(line);
|
||||
out.flush();
|
||||
return "";
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue