Now that getSampleDB is public in the walker base class this override in VariantAnnotator isn't necessary.
This commit is contained in:
parent
76bd13a1ed
commit
953998dcd0
|
|
@ -194,11 +194,6 @@ public class VariantAnnotator extends RodWalker<Integer, Integer> implements Ann
|
|||
System.exit(0);
|
||||
}
|
||||
|
||||
@Override
|
||||
public SampleDB getSampleDB() {
|
||||
return super.getSampleDB();
|
||||
}
|
||||
|
||||
/**
|
||||
* Prepare the output file and the list of available features.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in New Issue