polyjuice.phial.model.Hgvs2VcfRequest.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of polyjuice-phial_2.12 Show documentation
Show all versions of polyjuice-phial_2.12 Show documentation
Web service for running polyjuice-potion.
The newest version!
package polyjuice.phial.model
case class Hgvs2VcfRequest(
entries: Seq[HgvsEntry],
appendInfoFields: Option[Seq[VcfKeyBuilder]],
appendFormatFields: Option[Seq[VcfKeyBuilder]],
maxVariantsPerEntry: Option[Int],
vcfFileFormat: Option[String],
addChrPrefix: Option[Boolean])