java.lang.Object
org.monarchinitiative.vmvt.cli.commands.LogoCommand
All Implemented Interfaces:
Callable<Integer>

public class LogoCommand
extends Object
implements Callable<Integer>
Print an SVG with the donor or acceptor logo. Note that this only shows the wildtype sequence and so the user does not need to pass sequences
  • Field Details

    • isDonor

      public boolean isDonor
    • isAcceptor

      public boolean isAcceptor
    • outname

      public String outname
  • Constructor Details

    • LogoCommand

      public LogoCommand()
  • Method Details