All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.hammerlab.genomics.readsets.args.NoSequenceDictionaryArgs.scala Maven / Gradle / Ivy

The newest version!
package org.hammerlab.genomics.readsets.args

import org.kohsuke.args4j.{Option => Args4jOption}

/** Argument for using / not using sequence dictionaries to get contigs and lengths. */
trait NoSequenceDictionaryArgs {
  @Args4jOption(name = "--no-sequence-dictionary",
    usage = "If set, get contigs and lengths directly from reads instead of from sequence dictionary.")
  var noSequenceDictionary: Boolean = false
}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy