Class OutputCommand.Output
java.lang.Object
org.monarchinitiative.lirical.cli.cmd.OutputCommand.Output
- Enclosing class:
- OutputCommand
-
Field Summary
Modifier and TypeFieldDescriptionboolean
Prefix of the output file. -
Constructor Summary
-
Method Summary
-
Field Details
-
outdir
-
outputFormats
-
outfilePrefix
Prefix of the output file. For instance, if the user enters-x sample1
and an HTML file is output, the name of the HTML file will besample1.html
. If a TSV file is output, the name of the file will besample1.tsv
. -
lrThreshold
-
minDifferentialsToShow
-
displayAllVariants
public boolean displayAllVariants
-
-
Constructor Details
-
Output
public Output()
-