by Species maf_limit_to_species.py $species $input1 $out_file1 $allow_partial $min_species **What It Does** This tool allows the user to remove any undesired species from a MAF file. Columns which contain only gaps are removed. The options for this tool are: * **Exclude blocks which have missing species** - suppose you want to restrict an 8-way alignment to human, mouse, and rat. The tool will first remove all other species. Next, if this option is set to **YES** the tool WILL NOT return MAF blocks, which do not include human, mouse, or rat. This means that all alignment blocks returned by the tool will have exactly three sequences in this example. * **Exclude blocks with have only one species** - if this option is set to **YES** all single sequence alignment blocks WILL NOT be returned.