FAKII - A SUITE OF UNIX FILTERS FOR FRAGMENT ASSEMBLY Gene Myers - Department of Computer Science The University of Arizona - Tucson, Arizona 85721 ----------------------------------------------------- These tools are ASCII oriented and build a graph of all the overlaps amongst a collection of FASTA formated fragments. They produce a number of alternate assemblies from the graph, display an overlap graph, display an assembly both as a layout and as a multi-alignment showing the consensus of the fragments, and produce a CAF file. Filters are used as UNIX commands : ** create_graph Creation of a graph with all gels present in the entry file Usage: create_graph [-c] {e_limit:%f} {o_thresh:%f} {d_limit:%f} {-FASTA, -fasta, -EXP, -exp} {fragment file} > {graph} Exemple : create_graph 0.009 10. 0.0001 gel >graph ** add_to_graph Addition of gels in a graph Usage: add_to_graph [-c] {e_limit:%f} {o_thresh:%f} {d_limit:%f} {-FASTA, -fasta, -EXP, -exp} {fragment file} < {graph} > {graph} ** show_graph Output of the graph Usage : show_graph {assembly} Exemple : assemble 0.05 20. 0.0001 assembly ** show_layout Output of the overlaps in the contigs Usage: show_layout [-c{contig:%d}] [-w{colums:%d}] [-z{scale:%d}] [-n]