Description
Ive created an small example to better explain my problem:
I have honeybee genotyped data where I have genotypes of 3 queens, 5 worker offspring from each queen and 3 potential grand-dams who produced the fathers. In the pedigree, the queens and grand-dams are treated like founders in the pedigree with both parents unknown and the offspring have known mothers but no known fathers. We do not have a sequence file.
I've used the documentation and examples as best I could to format these files correctly but seem to have a problem with my potential sires file. And some questions that I would like clarifying are:
- Do you have to include all IDs in the Potential Sires list? (the documentation wasn't very clear about that) I get the same error if I include all individuals or don't
- If you do need all IDs, how do you treat the founders who have no potential sires? I've tried leaving the columns for these founders blank, with 0/NA/9/-9 to be read as unknown but get an ErrorKey that the symbol isn't recognised.
Below I've attached some the files for this example so it can be reproduced. The example sire file is a .list file (which I've been using) but this format wasn't able to be attached here so it will need changed or the .sh modified.
GenoExampleGitHub.txt
PedigreeExampleGithub.txt
PotSiresAllidsExample.txt
This is the .sh being run (also not wanting to be attached):
AlphaAssign -genotypes "GenoExampleGitHub.txt" -potentialsires "PotSiresAllidsExample.list" -pedigree "PedigreeExampleGitHub.txt" -out output/out_genotypes
Hopefully this example will reproduce the same problem but I've also attached a screenshot of the error that is coming up for me.
Any help working out this problem would be greatly appreciated :)