Class NexusExporter

java.lang.Object
jebl.evolution.io.NexusExporter
All Implemented Interfaces:
AlignmentExporter, SequenceExporter, TreeExporter

public class NexusExporter extends Object implements AlignmentExporter, SequenceExporter, TreeExporter
Export sequences and trees to Nexus format.
Version:
$Id: NexusExporter.java 1060 2010-06-01 08:52:55Z rambaut $
Author:
Andrew Rambaut, Alexei Drummond, Joseph Heled
  • Field Details

  • Constructor Details

    • NexusExporter

      public NexusExporter(Writer writer)
    • NexusExporter

      public NexusExporter(Writer writer, boolean writeMetaComments)
      Parameters:
      writer - where export text goes
    • NexusExporter

      public NexusExporter(Writer writer, boolean writeMetaComments, boolean interleave)
      Parameters:
      writer - where export text goes
  • Method Details