Documentation read from 04/17/2019 22:07:26 version of /vol/public-pseed/FIGdisk/FIG/bin/svr_identical_genomes.
svr_identical_genomes <genome_ids.tbl >genome_data.tbl
For each incoming genome ID, return the genome ID and name of each that has an identical md5 hash.
This script takes as input a tab-delimited file with genome IDs at the end of each line. For each genome ID, multiple output lines are produced containing the name and ID of each other genomes with identical md5 hashes. It can optionally take as input a list of genome IDs specified as command-line parameters.
This is a pipe command: the input is taken from the standard input and the output is to the standard output.