<<

NAME

TraFic_candSplit.pl - Split candidate fa files into chunks with non-padded suffix (easier to farm distribute)

SYNOPSIS

TraFic_candSplit.pl [-h] -o /some/path/prefix. < candidates.fa

  Required options:

    --input    (-i)   Input file or directory containing *.fa
    --output   (-o)   Output prefix, directories must be present.

  Other options:

    --records  (-r)   Number of candidate reads to be output per file. [350000]

    --help      (-h)  This message.

  Examples:
    TraFic_candSplit.pl -o $HOME/trafic/split/COLO-829. < candidates.fa

<<