Package

nl.biopet.tools

wipereads

Permalink

package wipereads

Visibility
  1. Public
  2. All

Type Members

  1. case class Args(inputBam: File = new File(""), targetRegions: File = new File(""), outputBam: File = new File(""), filteredOutBam: Option[File] = None, readGroupIds: Set[String] = Set.empty[String], minMapQ: Int = 0, limitToRegion: Boolean = false, makeIndex: Boolean = false, featureType: String = "exon", bloomSize: Long = 70000000, bloomFp: Double = 4e-7) extends Product with Serializable

    Permalink
  2. class ArgsParser extends AbstractOptParser[Args]

    Permalink

Value Members

  1. object WipeReads extends ToolCommand[Args]

    Permalink

Ungrouped