Class RequiredOutputArgumentCollection

java.lang.Object
picard.cmdline.argumentcollections.RequiredOutputArgumentCollection
All Implemented Interfaces:
OutputArgumentCollection

public class RequiredOutputArgumentCollection extends Object implements OutputArgumentCollection
  • Field Details

    • OUTPUT

      @Argument(shortName="O", doc="The file to write the output to.") public File OUTPUT
  • Constructor Details

    • RequiredOutputArgumentCollection

      public RequiredOutputArgumentCollection(File output)
    • RequiredOutputArgumentCollection

      public RequiredOutputArgumentCollection()
  • Method Details