From f35e6d73b471b0b9cd4e21367f0812475faf3e05 Mon Sep 17 00:00:00 2001 From: chartl Date: Wed, 28 Jul 2010 15:18:04 +0000 Subject: [PATCH] Actually name the class the name of the file. (Clearly created by cp) git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@3892 348d0f76-0448-11de-a6fe-93d51630548a --- .../queue/function/scattergather/FixMatesGatherFunction.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scala/src/org/broadinstitute/sting/queue/function/scattergather/FixMatesGatherFunction.scala b/scala/src/org/broadinstitute/sting/queue/function/scattergather/FixMatesGatherFunction.scala index cc4d1e828..6a36236ce 100644 --- a/scala/src/org/broadinstitute/sting/queue/function/scattergather/FixMatesGatherFunction.scala +++ b/scala/src/org/broadinstitute/sting/queue/function/scattergather/FixMatesGatherFunction.scala @@ -3,7 +3,7 @@ package org.broadinstitute.sting.queue.function.scattergather import java.io.File import org.broadinstitute.sting.commandline.Input -class BamGatherFunction extends GatherFunction { +class FixMatesGatherFunction extends GatherFunction { type GatherType = File @Input(doc="Picard FixMateInformation.jar. At the Broad this can be found at /seq/software/picard/current/bin/FixMateInformation.jar. Outside the broad see http://picard.sourceforge.net/")