Downloads and installation

bcvproc relies on the following two packages for preliminary processing of chromatogram files:

For indel detection, the bcv_indel.pl script must be called after running bcvproc to obtain the final results. This script is part of bcvrun package:

You will also need to install these two packages:

Setting environment variables

Several environment variables must be set so that BCV modules will be able to run external applications:

    export TTUNERCMD=/shell/command/to/run/ttuner
    export POLYSCANCMD=/shell/command/to/run/polyscan
    export BCVCMD=/shell/command/to/run/bcvproc
    export MSACMD=/shell/command/to/run/muscle
Under Cygwin an additional setting may be required:
    export LC_ALL="C"