Package org.snpeff.akka.vcf
Class WorkerVcf
- java.lang.Object
-
- org.snpeff.akka.ConcurrentActor
-
- org.snpeff.akka.Worker<VcfEntry,VcfEntry>
-
- org.snpeff.akka.vcf.WorkerVcf
-
-
Constructor Summary
Constructors Constructor Description WorkerVcf()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VcfEntrycalculate(VcfEntry vcfEntry)Perform main calculation You must override this method to perform whatever calculation you want to implement-
Methods inherited from class org.snpeff.akka.Worker
calculate, call, getId, setMessage
-
-