class PickLongIndices extends FgBioTool with LazyLogging

Annotations
@ClpAnnotation()
Linear Supertypes
LazyLogging, FgBioTool, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PickLongIndices
  2. LazyLogging
  3. FgBioTool
  4. AnyRef
  5. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new PickLongIndices(length: Int = 8, numberOfIndices: Int, editDistance: Int = 3, output: FgBioDef.FilePath, allowReverses: Boolean = false, allowReverseComplements: Boolean = false, allowPalindromes: Boolean = false, maxHomopolymer: Int = 2, minGc: Double = 0.2, maxGc: Double = 0.8, existing: Option[FgBioDef.FilePath] = None, seed: Int = 1, attempts: Int = 1e5.toInt, viennaRnaDir: Option[FgBioDef.DirPath] = None, temperature: Double = 25d, minDeltaG: Double = 10, adapters: Seq[String] = Seq(), avoidSequence: Seq[String] = ...)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from PickLongIndices to any2stringadd[PickLongIndices] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (PickLongIndices, B)
    Implicit
    This member is added by an implicit conversion from PickLongIndices to ArrowAssoc[PickLongIndices] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. val adapters: Seq[String]
  7. val allowPalindromes: Boolean
  8. val allowReverseComplements: Boolean
  9. val allowReverses: Boolean
  10. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  11. val attempts: Int
  12. val avoidSequence: Seq[String]
  13. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  14. val editDistance: Int
  15. def ensuring(cond: (PickLongIndices) ⇒ Boolean, msg: ⇒ Any): PickLongIndices
    Implicit
    This member is added by an implicit conversion from PickLongIndices to Ensuring[PickLongIndices] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. def ensuring(cond: (PickLongIndices) ⇒ Boolean): PickLongIndices
    Implicit
    This member is added by an implicit conversion from PickLongIndices to Ensuring[PickLongIndices] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. def ensuring(cond: Boolean, msg: ⇒ Any): PickLongIndices
    Implicit
    This member is added by an implicit conversion from PickLongIndices to Ensuring[PickLongIndices] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  18. def ensuring(cond: Boolean): PickLongIndices
    Implicit
    This member is added by an implicit conversion from PickLongIndices to Ensuring[PickLongIndices] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  19. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  21. def execute(): Unit

    The main method!

    The main method!

    Definition Classes
    PickLongIndicesFgBioTool
  22. val existing: Option[FgBioDef.FilePath]
  23. def fail(exit: Int, message: String): Nothing

    Fail with a specific error code and message.

    Fail with a specific error code and message.

    Definition Classes
    FgBioTool
  24. def fail(message: String): Nothing

    Fail with the default exit code and a message.

    Fail with the default exit code and a message.

    Definition Classes
    FgBioTool
  25. def fail(exit: Int): Nothing

    Fail with just an exit code.

    Fail with just an exit code.

    Definition Classes
    FgBioTool
  26. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  27. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from PickLongIndices to StringFormat[PickLongIndices] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  28. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  29. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  30. def invalid(message: String): Nothing

    Generates a new validation exception with the given message.

    Generates a new validation exception with the given message.

    Definition Classes
    FgBioTool
  31. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  32. val length: Int
  33. lazy val logger: Logger
    Attributes
    protected
    Definition Classes
    LazyLogging
  34. val maxGc: Double
  35. val maxHomopolymer: Int
  36. val minDeltaG: Double
  37. val minGc: Double
  38. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  39. final def notify(): Unit
    Definition Classes
    AnyRef
  40. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  41. val numberOfIndices: Int
  42. val output: FgBioDef.FilePath
  43. val seed: Int
  44. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  45. val temperature: Double
  46. def toString(): String
    Definition Classes
    AnyRef → Any
  47. def validate(test: Boolean, message: ⇒ String): Unit

    Generates a validation exception if the test value is false.

    Generates a validation exception if the test value is false.

    Definition Classes
    FgBioTool
  48. val viennaRnaDir: Option[FgBioDef.DirPath]
  49. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  50. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  51. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  52. def [B](y: B): (PickLongIndices, B)
    Implicit
    This member is added by an implicit conversion from PickLongIndices to ArrowAssoc[PickLongIndices] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from LazyLogging

Inherited from FgBioTool

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from PickLongIndices to any2stringadd[PickLongIndices]

Inherited by implicit conversion StringFormat from PickLongIndices to StringFormat[PickLongIndices]

Inherited by implicit conversion Ensuring from PickLongIndices to Ensuring[PickLongIndices]

Inherited by implicit conversion ArrowAssoc from PickLongIndices to ArrowAssoc[PickLongIndices]

Ungrouped