public class AnnotatePositionCommand extends JannovarAnnotationCommand
chromosomeMap, refDict
args, options, verbosity
Constructor and Description |
---|
AnnotatePositionCommand(String[] argv) |
Modifier and Type | Method and Description |
---|---|
protected JannovarOptions |
parseCommandLine(String[] argv)
Function for parsing the command line.
|
void |
run()
This function will simply annotate given chromosomal position with HGVS compliant output.
|
deserializeTranscriptDefinitionFile
public AnnotatePositionCommand(String[] argv) throws CommandLineParsingException, HelpRequestedException
public void run() throws JannovarException
run
in class JannovarCommand
AnnotationException
- on problems in the annotation processJannovarException
- on problems executing the command.protected JannovarOptions parseCommandLine(String[] argv) throws CommandLineParsingException, HelpRequestedException
JannovarCommand
parseCommandLine
in class JannovarCommand
argv
- command line to parse, as in the program's main functionJannovarOptions
with the programs' configurationCommandLineParsingException
- on problems with the command lineHelpRequestedException
- when the user requested the help pageCopyright © 2016. All rights reserved.