Package org.snpeff.akka.vcfStr
Class WorkerVcfStr
- java.lang.Object
-
- org.snpeff.akka.ConcurrentActor
-
- org.snpeff.akka.Worker<VcfEntry,java.lang.String>
-
- org.snpeff.akka.vcfStr.WorkerVcfStr
-
-
Constructor Summary
Constructors Constructor Description WorkerVcfStr()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
calculate(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
-
-