/*! \page pageconverter LegacyConverter \verbatim USAGE: LegacyConverter [-t ] [-o ] [-e ] Where: (required) Input legacy format file. -t (optional) The file format of . Must be one of: {llasset, tkasset, bpxa, pllasset, ptkasset, pbpxa} (case insensitive). If not given, the file extension of is used. -outfile (optional) Filename (including path) of the output converted file. If not given, the filename is used, with extension (if it has one) changed to .blast. -e (optional) Encoding to use for output file. Must be one of: {cpnb, raw} (case insensitive). If not given, cpnb (Cap'n Proto binary) is used. \endverbatim
*/