Package

nl.biopet.tools

mpileuptovcf

Permalink

package mpileuptovcf

Visibility
  1. Public
  2. All

Type Members

  1. case class Args(input: File = null, output: File = null, sample: String = null, minDP: Int = 8, minAP: Int = 2, homoFraction: Double = 0.8, ploidy: Int = 2, seqError: Double = 0.005, refCalls: Boolean = false) extends Product with Serializable

    Permalink
  2. class ArgsParser extends AbstractOptParser[Args]

    Permalink

Value Members

  1. object MpileupToVcf extends ToolCommand[Args]

    Permalink

Ungrouped