Indicates whether to represent entries in a reduced format.
If true, sequence types are represented as numbers with 0 as the reference or synonymous sequence, and variants are shown
without detailed call information.
Constructs a CLIView instance by parsing the provided command-line arguments.
This constructor validates and extracts the input storage file path, content type, output destination, and query filters from the
provided CommandLine arguments.
Parameters:
arguments - The CommandLine object containing the parsed arguments.
Throws:
MusialException - If an error occurs while parsing the arguments.
Method Details
options
public staticorg.apache.commons.cli.Optionsoptions()
Defines the command-line options for the view task.
The options include:
-I, --storage: Path to the input storage file (required).
-C, --content: The content type to profile (VARIANTS, ALLELES, PROTEOFORMS) (required).
-q, --query: One or more identifiers or genomic ranges to query (optional).
-x, --reduced: Represent entries in a reduced format, i.e., sequence types as numbers with 0 as the reference or
synonymous sequence and variants without detailed call information.
-o, --output: Path to the output file or a special value ("print" or "stdout") (optional).
Returns:
An Options object containing the defined CLI options.