parsers ======= Description """"""""""" **Contains modules for working with output files of **BLUPF90** utilities:** - Module for reading(parsing) the parameter file - configuration file ``param.txt``. - Modules for reading(parsing) the file with the results of calculation of variants ``(ai)remlf90.log``. - Module for reading(parsing) the file with pedigree ``renaddxx.ped``. - Module for reading(parsing) file with ebv (Estimate Breeding Value) ``solution`` results. Modules """"""" .. automodule:: bpf90tools.parsers :members: :undoc-members: :show-inheritance: