[1mNAME[0m
    [1mlegacy_blast.pl[0m - Convert BLAST command line invocations from NCBI C toolkit's
    implementation to NCBI C++ toolkit's implementation.

[1mSYNOPSIS[0m
    legacy_blast.pl <C toolkit command line program and arguments> [--print_only] [--path
    /path/to/binaries] legacy_blast.pl [--version] legacy_blast.pl [--help]

[1mOPTIONS[0m
    [1m--path[0m
      Use the provided path as the location of the BLAST binaries to execute/print
      (default: /usr/bin).

    [1m--print_only[0m
      Print the equivalent command line option instead of running the command (default:
      false).

    [1m--version[0m
      Prints this script's version. Must be invoked as the first and only argument to this
      script.

[1mDESCRIPTION[0m
    This script converts and runs the equivalent NCBI C toolkit command line BLAST program
    and arguments provided to it (whenever possible) to NCBI C++ tookit BLAST programs.
    Note that to specify options to this script they [1mMUST[0m use 2 dashes to prefix the
    options [1mAND[0m be listed at the end of the command line invocation to convert.

[1mEXIT CODES[0m
    This script returns 0 on success and a non-zero value on errors.

[1mBUGS[0m
    Please report them to <blast-help@ncbi.nlm.nih.gov>

[1mCOPYRIGHT[0m
    See PUBLIC DOMAIN NOTICE included at the top of this script.

