Skip to content

Latest commit

 

History

History
49 lines (23 loc) · 1.11 KB

README.md

File metadata and controls

49 lines (23 loc) · 1.11 KB

Basic information

👩Author:Qi Zhang

Contact me:[email protected]

College of Animal Science and Technology,China Agricultural University

###O(∩_∩)O###

Kits

一. cow_distribute

DEF📌:we can infer many informations from the standard id of cattle, such as the province,tha farm and birth year.

Required file📜:

1.cow_distribute.py——the core code,the path of parameter file need to modify📝

2.cow_distribute.param(Parameter file-Need to modify) 📝

3.Province: The province code(no header line;columns are the code of province and province)

4.Farm: The Farm code(no header line;columns are the code of farm and farm)

5.Example-data: Contains the id (Can be replace)

###O(∩_∩)O###

二. Trace_Family

DEF📌:According the pedigree, trace the ancestor of cattle

Required file📜:

1.Trace_Family.py——the core code,the path of parameter file need to modify📝

2.Trace_Family.param(Parameter file-Need to modify) 📝

3.pedigree(no header line;columns are ID, Sire and Dam ...)

4.cow_file(no header line;columns need contain ID, use 'col_id' to specify the column of ID)

三. Pick