Package

nl.biopet.tools

vcfwithvcf

Permalink

package vcfwithvcf

Visibility
  1. Public
  2. All

Type Members

  1. case class Args(inputFile: File = null, outputFile: File = null, referenceFasta: File = null, secondaryVcf: File = null, fields: List[Fields] = Nil, matchAllele: Boolean = true) extends Product with Serializable

    Permalink
  2. class ArgsParser extends AbstractOptParser[Args]

    Permalink
  3. case class Fields(inputField: String, outputField: String, fieldMethod: FieldMethod.Value = FieldMethod.none) extends Product with Serializable

    Permalink

Value Members

  1. object FieldMethod extends Enumeration

    Permalink
  2. object VcfWithVcf extends ToolCommand[Args]

    Permalink

Ungrouped