Build:137
| Home | Interactive Lookup | Batch Lookup | Batch Merge | Help | Command Line | Citing MatchMiner | Credits |
In addition to the MatchMiner web interface provided on this site, a command-line interface is also available. This interface may be useful if you want to integrate MatchMiner processesing as part of a chain using pipes and filters. This page describes the options that can be specified when using the command-line interface.
To get started, first, download the command-line jar file.
The general form of the interface is:
java -jar matchminer.jar [Optional JVM parameters] [MatchMiner parameters (see below)]
An example of a lookup operation
java -jar matchminer.jar -Tlookup -ORhuman -I1symbol -IA1officialname -IF1c:\documents\geneNames.txt
-OTaccno -Arefseqnumber -OFc:\documents\output.txt -HStrue
An example of a merge operation
java -jar matchminer.jar -Tmerge -ORmouse -I1accno -IA1refseqaccnumber -IF1c:\documents\accessions.txt
-I2clone -IA2clone -IF2c:\documents\clones.txt -HSfalse
The table below describes the command-line parameters for using MatchMiner. If any option is not specified,
but is required to complete the operation, then the user
will be prompted to provide the missing information.
| Option | Prefix | Possible Values | Operation Used |
|---|---|---|---|
|
Operation |
-Tvalue |
lookup, merge |
Both |
|
Organism |
-ORvalue |
human, mouse |
Both |
|
Input type for the first file |
-I1value |
The following are the available input types, followed in brackets by the full name of the choice and the organisms for which the algorithm is appropriate. What you choose for Input type for the first file must be consistent with your selection for Input algorithm for the first file.
|
Both |
|
Input type for the second file |
-I2value |
The following are the available input types, followed in brackets by the full name of the choice and the organisms for which the algorithm is appropriate. What you choose for Input type for the second file must be consistent with your selection for Input algorithm for the second file.
|
Merge |
|
Input algorithm for the first file |
-IA1value |
The following are the available algorithm options, followed in brackets by the full name of the choice and the input type for which the algorithm is appropriate. What you choose for Input algorithm for the first file must be consistent with your selection for Input type for the first file.
|
Both |
|
Input algorithm for the second file |
-IA2value |
The following are the available algorithm options, followed in brackets by the full name of the choice and the input type for which the algorithm is appropriate. What you choose for Input algorithm for the second file must be consistent with your selection for Input type for the second file.
|
Merge |
|
First input file |
-IF1value |
Relative Path of the file |
Both |
|
Second input file |
-IF2value |
Relative Path of the file |
Merge |
|
Output identifier type |
-OTvalue |
The following are the available input types, followed in brackets by the full name of the choice and the organisms for which the algorithm is appropriate. What you choose for Output identifier type must be consistent with your selection for Output algorithm.
|
Lookup |
|
Output algorithm |
-Avalue |
The following are the available algorithm options, followed in brackets by the full name of the choice and the input type for which the algorithm is appropriate. What you choose for Input algorithm for the first file must be consistent with your selection for Input type for the first file.
|
Lookup |
|
Output File |
-OFvalue |
Relative Path of the file or stdout |
Both |
|
Output File Format |
-FFvalue |
The following are the available File format options, followed in brackets by the full description of the choice.
|
Lookup |
|
Want to hide data source details? |
-HSvalue |
true, false |
Both |

MatchMiner is a development of the Genomics and Bioinformatics Group, Laboratory of Molecular Pharmacology (LMP), Center for Cancer Research (CCR) National Cancer Institute (NCI).
If you have any problems, questions or feedback on the tool, please email us.