ibc_logo.jpg

GEBVtest Software

The GEBV test is a validation procedure described in the Interbull Code of Practice, Appendix VIII.

The software consists of a program (gebvtest.py) and utility module used by such program (ibutils.py). The gebvtest.py program will perform the GEBV validation tests for all traits for one breed and population and then create a zip file with the input and output files, ready for submission to the Interbull Centre.


Installation and testing

The program has been tested under Python 3 (minimum 3.8). As a minimum, you will need to have this extra python module installed on your system: NumPy.

Please note that Python2, all versions, is no longer supported by developers.

Download the attached gebvtest202505.zip file.

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

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

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

python gebvtest.py -v -m hol abc ../sample_data --outdir ../My_results

In this example, input data are in the sample_data directory while results will be created in a dedicated new directory called "My_results". You will then be able to compared your results with the ones produced by Interbull Centre using the same sample data.

Files can be read from other locations and output written to other locations as well. Please see the following sections for further information.


Clarification on GEBVtest Criteria to Use for Interbull Validation

The official Interbull GEBV test, whose results are used for deciding on inclusion/exclusion of national data into the international genomic evaluation (GMACE), must be based on the following criteria, which are the default values used by the 2025 gebvtest software program:

TARGET = DGEBV

WEIGHT= Interbull weighted regression test

FOREIGN BULL = N

BASE ADJUSTMENT= EBV

The software does allow the user to choose different validation targets (based on dEBV, EBV, GEBV) or regression weights (based on Legarra-Reverter un-weighted regression), among other things, but these new features and flexibilities added to the program in 2025 WERE NOT meant to be used for creating a different test than the official one, which is based on only using the default values. The new features were added for the purpose of furthering internal research on improving the national evaluation models, and they are not to be used as a way of deviating from the official test for qualifying on GMACE participation.

EXCEPTIONS related to the input data:

REDUCED DATA SETS: The reduced data sets should be prepared by truncating the phenotypes used as input for both the conventional and the genomic evaluations. The NGEC must exclude phenotypic information from the most recent 4 years. There are some exceptions allowed, however, for newer traits, and for smaller populations:

In both cases above, the criteria used to define test bulls must be communicated to the Interbull Centre.

Further, detailed information on how to create the necessary files and on the test description is available in the Code of Practice, Appendix VIII


Program gebvtest.py - User Manual

Information about the program

The program gebvtest.py performs the GEBV validation tests for one breed-population combination, for all traits. At the end of the program a zip file is created with the input files and the result file, ready for submission to the ITBC. The ITBC will perform some additional data checks and re-run the program to check the results. The result file is a file735 format file.

Input files:

Running the program

The program should be run from within the programs directory. Typing

python gebvtest.py --help

will give a summary of the program usage:

usage: gebvtest.py [-h] [--version] [-v] [-Z] [-C] [--target {DGEBV,VFEBV,GEBV,EBV,DEBV}] [--weight {ITB,LR}] [--min_byear MIN_BYEAR] [--fb {Y,N}] [--baseadj {GEBV,EBV,NONE}] [--power POWER]
                         [--baseincl BASEINCL] [--traitsincl TRAITSINCL] [--outdir OUTDIR] [-m] [-M MERGEDIR] [-s SAMPLES] [--accept_bias ACCEPT_BIAS]
                         brd pop datadir

positional arguments:
  brd                   evaluation breed code (BSW/GUE/JER/HOL/RDC/SIM)
  pop                   population code (same as country code except for CHR/DEA/DFS/FRR/FRM)
  datadir               absolute or relative path to data files

optional arguments:
  -h, --help            show this help message and exit
  --version             show version of this program and exit
  -v, --verbose         increase output verbosity
  -Z, --no-zip          do not create a zip file (eg. for preliminary testing or usage at ITBC)
  -C, --cleanup         delete all files successfully added to the zip file
  --target {DGEBV,VFEBV,GEBV,EBV,DEBV}
                        validation target options are: [ DGEBV, VFEBV, GEBV, EBV, DEBV ] (default=DGEBV)
  --weight {ITB,LR}     Options are: [ ITB or LR ], for the Interbull weighted-regression test or Legarra-Reverter un-weighted regression, respectively (default=ITB)
  --min_byear MIN_BYEAR
                        specify a minimum birth year to use instead of using the value specified in the traits file
  --fb {Y,N}            specify Y or N to include foreign bulls in the validation group, instead of Y/N from the traits file
  --baseadj {GEBV,EBV,NONE}
                        evaluation variable to use for base adjustments, options are: [ EBV, GEBV, NONE ] (default=EBV)
  --power POWER         specify a base for the power function weighting records in base adjustments, instead of optimizing the base from the data
  --baseincl BASEINCL   comma-separated lists of restrictions on bulls to include for base adjustment estimates, [ min,max byr : proof type list : proof status list : official Y/N ]
  --traitsincl TRAITSINCL
                        comma-separated list of traits to process
  --outdir OUTDIR       absolute or relative path to write output files (default=.)
  -m, --mergefiles      write merged data files (for independent data checks)
  -M MERGEDIR, --mergedir MERGEDIR
                        absolute or relative path for merged data files (default=DATADIR/merged)
  -s SAMPLES, --samples SAMPLES
                        number of bootstrap samples for R-squared test (default=1000)
  --accept_bias ACCEPT_BIAS
                        standardized ignorable bias accepted in practice (default=0.25)

See detailed instructions at: https://interbull.org/ib/gebvtest_software

More detail on the -m --mergefiles options is available here.

Output files


GEBV test data submission

Interbull customers willing to participate in the GEBV test must send to the Interbull Centre the following files to interbull@slu.se :


Troubleshooting/FAQ


If you need assistance, please do not hesitate to contact us at interbull@slu.se .