src/bioseq/nexus

  Source   Edit

Procs

proc toNexusFile[T](a: Alignment[T]; path: string; mode: FileMode = fmWrite)
  Source   Edit
proc toNexusString[T](a: Alignment[T]): string
  Source   Edit

Iterators

iterator toNexus[T](a: Alignment[T]): string
  Source   Edit