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
This commit is contained in:
parent
cd9395fa14
commit
f35e6d73b4
|
|
@ -3,7 +3,7 @@ package org.broadinstitute.sting.queue.function.scattergather
|
||||||
import java.io.File
|
import java.io.File
|
||||||
import org.broadinstitute.sting.commandline.Input
|
import org.broadinstitute.sting.commandline.Input
|
||||||
|
|
||||||
class BamGatherFunction extends GatherFunction {
|
class FixMatesGatherFunction extends GatherFunction {
|
||||||
type GatherType = File
|
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/")
|
@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/")
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue