Differences between revisions 3 and 6 (spanning 3 versions)
Revision 3 as of 2013-01-29 13:13:34
Size: 1633
Editor: mtl-93-187-66-202
Comment:
Revision 6 as of 2013-01-29 17:49:57
Size: 1692
Editor: João
Comment:
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:
Line 10: Line 9:
Line 13: Line 11:
Download the attached [[attachment:gebvtest.zip]] file.  Download the attached [[attachment:gebvtest.zip]] file.
Line 15: Line 13:
Create a working directory and unzip the zip file in that directory. Two subdirectories will be created, ''programs'' and ''sample data''. Typing    `python gebvtest.py --help`
from a command line prompt, from within the ''programs'' directory, should print a brief help message if the installation has been successful.
Create a working directory and unzip the zip file in that directory. Two subdirectories will be created, ''programs'' and ''sample data''. Typing
Line 19: Line 15:
 . `python gebvtest.py --help`

from a command line prompt, from within the ''programs'' directory, should print a brief help message if the installation has been successful.
Line 21: Line 20:
Line 26: Line 24:
Line 28: Line 25:
 * [[public/gebvtest_log|gebvtest.log]]
 * [[public/File735|File735]]
Line 30: Line 29:
Line 34: Line 32:
python gtconvert.py -v hol abc ../sample_data  python gtconvert.py -v hol abc ../sample_data
Line 37: Line 35:

GEBVtest Software

This software consists of two programs (gtconvert.py and gebvtest.py) and little utility module used by those programs (ibutils.py).

Some sample data is also provided to test the correct functioning of the programs.

Note: In the future, organizations may prefer to prepare the data for the gebvtest.py program directly, bypassing the creation of the legacy file formats and the gtconvert.py program.

Installation

The programs have been tested under Python 2.6, 2.7 and 3.2. As a minimum you will need to have these extra python modules installed on your system: NumPy and, just for Python 2.6, argparse.

Download the attached gebvtest.zip file.

Create a working directory and unzip the zip file in that directory. Two subdirectories will be created, programs and sample data. Typing

  • python gebvtest.py --help

from a command line prompt, from within the programs directory, should print a brief help message if the installation has been successful.

User manuals:

Examples:

Sample data for program testing

Some sample data for breed HOL and population ABC are available in the sample_data directory. The two programs can be run from the programs directory as follows:

python gtconvert.py -v hol abc ../sample_data
python gebvtest.py -v -m hol abc ../sample_data

The outputs should match those in the source zip file.

public/GEBVtest_software (last edited 2021-10-01 11:40:44 by Valentina)