Jared: feel free to change or revert, but until we move over to UG version...
Only print out positions with at least one non-ref call git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@1830 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
parent
f5a2e6dd50
commit
49af5269e5
|
|
@ -290,7 +290,7 @@ public class MultiSampleCaller extends LocusWalker<MultiSampleCaller.MultiSample
|
|||
|
||||
public String reduce(MultiSampleCallResult record, String sum)
|
||||
{
|
||||
if (record != null)
|
||||
if (record != null && record.n_ref != record.EM_N)
|
||||
{
|
||||
discovery_output_file.printf(record.toString() + "\n");
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue