Correctly initialize the optional SnpEff rod binding in VariantAnnotator using
RodBinding.makeUnbound()
This commit is contained in:
parent
a42f90db11
commit
480e7a7984
|
|
@ -58,7 +58,7 @@ public class VariantAnnotator extends RodWalker<Integer, Integer> {
|
||||||
@ArgumentCollection protected StandardVariantContextInputArgumentCollection variantCollection = new StandardVariantContextInputArgumentCollection();
|
@ArgumentCollection protected StandardVariantContextInputArgumentCollection variantCollection = new StandardVariantContextInputArgumentCollection();
|
||||||
|
|
||||||
@Input(fullName="snpEffFile", shortName = "snpEffFile", doc="SnpEff file", required=false)
|
@Input(fullName="snpEffFile", shortName = "snpEffFile", doc="SnpEff file", required=false)
|
||||||
public RodBinding<SnpEffFeature> snpEffFile;
|
public RodBinding<SnpEffFeature> snpEffFile = RodBinding.makeUnbound(SnpEffFeature.class);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A dbSNP VCF file from which to annotate.
|
* A dbSNP VCF file from which to annotate.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue