comment out debugging line that was clogging the performance test output.
git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@4487 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
parent
272ac2ae4a
commit
28a1020c89
|
|
@ -117,7 +117,7 @@ public class VCFWriterStorage implements Storage<VCFWriterStorage>, VCFWriter {
|
||||||
// }
|
// }
|
||||||
public void mergeInto(VCFWriterStorage target) {
|
public void mergeInto(VCFWriterStorage target) {
|
||||||
try {
|
try {
|
||||||
System.out.printf("merging %s%n", file);
|
//System.out.printf("merging %s%n", file);
|
||||||
BasicFeatureSource<VariantContext> source = BasicFeatureSource.getFeatureSource(file.getAbsolutePath(), new VCFCodec());
|
BasicFeatureSource<VariantContext> source = BasicFeatureSource.getFeatureSource(file.getAbsolutePath(), new VCFCodec());
|
||||||
|
|
||||||
for ( VariantContext vc : source.iterator() ) {
|
for ( VariantContext vc : source.iterator() ) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue