Performs various functions on genomediff formatted files. Options depend on the COMMAND supplied.
Usage:
genomediff VALIDATE [-o output.gb] input.gd
Checks the syntax of a GenomeDiff file and outputs a clean version. Entries are re-numbered consecutively and unused evidence and validation entries are removed form the output GenomeDiff.
Output file path. DEFAULT: input.validated.gd
Usage:
genomediff HTML -r reference.gbk [-o output.html] input.gd
Create an HTML table of mutations in a GenomeDiff file.
GenBank files for reference sequences. This option may be entered multiple times. REQUIRED
Output HTML file containing the mutation table. DEFAULT: “input.html”.
Usage:
genomediff COMPARE -r reference.gbk [-o output.html] input1.gd [input2.gd ...]
Create an HTML table comparing mutations from different samples.
GenBank files for reference sequences. This option may be entered multiple times. REQUIRED
Output HTML file containing the comparison table. DEFAULT: “compare.html”.
Usage:
genomediff SUBTRACT -o output.gd -1 input1.gd [input2.gd ...]
Create a GenomeDiff containing only mutations that are in GenomeDiff #1 but not in GenomeDiff #2.
Output GenomeDiff file. DEFAULT: “output.gd”.
Input GenomeDiff file #1. REQUIRED
Input GenomeDiff file #2. REQUIRED