singularity exec -B /suikou/files/m64g/user2/work/100:/mnt --pwd /mnt /home/user2/img/quay.io/biocontainers/gatk4:4.1.0.0--0 gatk --java-options '-Xmx25g -XX:ParallelGCThreads=1' GenomicsDBImport --genomicsdb-workspace-path output.gatk/genomicsdb.Bomo_Chr27 --batch-size 5 -L Bomo_Chr27 --sample-name-map gvcf.list.txt3 --reader-threads 1; singularity exec -B /suikou/files/m64g/user2/work/100:/mnt --pwd /mnt /home/user2/img/quay.io/biocontainers/gatk4:4.1.0.0--0 gatk --java-options '-Xmx25g -XX:ParallelGCThreads=1' GenotypeGVCFs -R pseudochr.re.fa -O output.gatk/out.Bomo_Chr27.vcf.gz -V gendb://output.gatk/genomicsdb.Bomo_Chr27 -L Bomo_Chr27 18:30:11.220 INFO NativeLibraryLoader - Loading libgkl_compression.so from jar:file:/usr/local/share/gatk4-4.1.0.0-0/gatk-package-4.1.0.0-local.jar!/com/intel/gkl/native/libgkl_compression.so 18:30:12.937 INFO GenomicsDBImport - ------------------------------------------------------------ 18:30:12.938 INFO GenomicsDBImport - The Genome Analysis Toolkit (GATK) v4.1.0.0 18:30:12.939 INFO GenomicsDBImport - For support and documentation go to https://software.broadinstitute.org/gatk/ 18:30:12.940 INFO GenomicsDBImport - Executing as user2@m48 on Linux v3.10.0-514.el7.x86_64 amd64 18:30:12.940 INFO GenomicsDBImport - Java runtime: OpenJDK 64-Bit Server VM v1.8.0_192-b01 18:30:12.941 INFO GenomicsDBImport - Start Date/Time: September 17, 2019 6:30:11 PM GMT 18:30:12.942 INFO GenomicsDBImport - ------------------------------------------------------------ 18:30:12.942 INFO GenomicsDBImport - ------------------------------------------------------------ 18:30:12.944 INFO GenomicsDBImport - HTSJDK Version: 2.18.2 18:30:12.944 INFO GenomicsDBImport - Picard Version: 2.18.25 18:30:12.945 INFO GenomicsDBImport - HTSJDK Defaults.COMPRESSION_LEVEL : 2 18:30:12.945 INFO GenomicsDBImport - HTSJDK Defaults.USE_ASYNC_IO_READ_FOR_SAMTOOLS : false 18:30:12.946 INFO GenomicsDBImport - HTSJDK Defaults.USE_ASYNC_IO_WRITE_FOR_SAMTOOLS : true 18:30:12.947 INFO GenomicsDBImport - HTSJDK Defaults.USE_ASYNC_IO_WRITE_FOR_TRIBBLE : false 18:30:12.947 INFO GenomicsDBImport - Deflater: IntelDeflater 18:30:12.948 INFO GenomicsDBImport - Inflater: IntelInflater 18:30:12.949 INFO GenomicsDBImport - GCS max retries/reopens: 20 18:30:12.949 INFO GenomicsDBImport - Requester pays: disabled 18:30:12.950 INFO GenomicsDBImport - Initializing engine 18:30:13.351 INFO IntervalArgumentCollection - Processing 10930128 bp from intervals 18:30:13.353 INFO GenomicsDBImport - Done initializing engine 18:30:13.535 INFO GenomicsDBImport - Vid Map JSON file will be written to /mnt/output.gatk/genomicsdb.Bomo_Chr27/vidmap.json 18:30:13.536 INFO GenomicsDBImport - Callset Map JSON file will be written to /mnt/output.gatk/genomicsdb.Bomo_Chr27/callset.json 18:30:13.536 INFO GenomicsDBImport - Complete VCF Header will be written to /mnt/output.gatk/genomicsdb.Bomo_Chr27/vcfheader.vcf 18:30:13.537 INFO GenomicsDBImport - Importing to array - /mnt/output.gatk/genomicsdb.Bomo_Chr27/genomicsdb_array 18:30:13.537 INFO ProgressMeter - Starting traversal 18:30:13.538 INFO ProgressMeter - Current Locus Elapsed Minutes Batches Processed Batches/Minute 18:30:13.856 INFO GenomicsDBImport - Importing batch 1 with 5 samples 18:30:22.318 INFO GenomicsDBImport - Done importing batch 1/3 18:30:22.481 INFO GenomicsDBImport - Importing batch 2 with 5 samples 18:30:30.426 INFO ProgressMeter - Bomo_Chr27:1 0.3 2 7.1 18:30:30.427 INFO GenomicsDBImport - Done importing batch 2/3 18:30:30.483 INFO GenomicsDBImport - Importing batch 3 with 2 samples 18:30:35.144 INFO GenomicsDBImport - Done importing batch 3/3 18:30:35.146 INFO ProgressMeter - Bomo_Chr27:1 0.4 3 8.3 18:30:35.146 INFO ProgressMeter - Traversal complete. Processed 3 total batches in 0.4 minutes. 18:30:35.147 INFO GenomicsDBImport - Import of all batches to GenomicsDB completed! 18:30:35.148 INFO GenomicsDBImport - Shutting down engine [September 17, 2019 6:30:35 PM GMT] org.broadinstitute.hellbender.tools.genomicsdb.GenomicsDBImport done. Elapsed time: 0.40 minutes. Runtime.totalMemory()=1572864000 Tool returned: true Using GATK jar /usr/local/share/gatk4-4.1.0.0-0/gatk-package-4.1.0.0-local.jar Running: java -Dsamjdk.use_async_io_read_samtools=false -Dsamjdk.use_async_io_write_samtools=true -Dsamjdk.use_async_io_write_tribble=false -Dsamjdk.compression_level=2 -Xmx25g -XX:ParallelGCThreads=1 -jar /usr/local/share/gatk4-4.1.0.0-0/gatk-package-4.1.0.0-local.jar GenomicsDBImport --genomicsdb-workspace-path output.gatk/genomicsdb.Bomo_Chr27 --batch-size 5 -L Bomo_Chr27 --sample-name-map gvcf.list.txt3 --reader-threads 1 18:30:38.349 INFO NativeLibraryLoader - Loading libgkl_compression.so from jar:file:/usr/local/share/gatk4-4.1.0.0-0/gatk-package-4.1.0.0-local.jar!/com/intel/gkl/native/libgkl_compression.so 18:30:40.974 INFO GenotypeGVCFs - ------------------------------------------------------------ 18:30:40.980 INFO GenotypeGVCFs - The Genome Analysis Toolkit (GATK) v4.1.0.0 18:30:40.986 INFO GenotypeGVCFs - For support and documentation go to https://software.broadinstitute.org/gatk/ 18:30:40.992 INFO GenotypeGVCFs - Executing as user2@m48 on Linux v3.10.0-514.el7.x86_64 amd64 18:30:40.998 INFO GenotypeGVCFs - Java runtime: OpenJDK 64-Bit Server VM v1.8.0_192-b01 18:30:41.004 INFO GenotypeGVCFs - Start Date/Time: September 17, 2019 6:30:38 PM GMT 18:30:41.011 INFO GenotypeGVCFs - ------------------------------------------------------------ 18:30:41.016 INFO GenotypeGVCFs - ------------------------------------------------------------ 18:30:41.023 INFO GenotypeGVCFs - HTSJDK Version: 2.18.2 18:30:41.028 INFO GenotypeGVCFs - Picard Version: 2.18.25 18:30:41.034 INFO GenotypeGVCFs - HTSJDK Defaults.COMPRESSION_LEVEL : 2 18:30:41.034 INFO GenotypeGVCFs - HTSJDK Defaults.USE_ASYNC_IO_READ_FOR_SAMTOOLS : false 18:30:41.035 INFO GenotypeGVCFs - HTSJDK Defaults.USE_ASYNC_IO_WRITE_FOR_SAMTOOLS : true 18:30:41.038 INFO GenotypeGVCFs - HTSJDK Defaults.USE_ASYNC_IO_WRITE_FOR_TRIBBLE : false 18:30:41.044 INFO GenotypeGVCFs - Deflater: IntelDeflater 18:30:41.050 INFO GenotypeGVCFs - Inflater: IntelInflater 18:30:41.057 INFO GenotypeGVCFs - GCS max retries/reopens: 20 18:30:41.062 INFO GenotypeGVCFs - Requester pays: disabled 18:30:41.069 INFO GenotypeGVCFs - Initializing engine WARNING: No valid combination operation found for INFO field DS - the field will NOT be part of INFO fields in the generated VCF records WARNING: No valid combination operation found for INFO field InbreedingCoeff - the field will NOT be part of INFO fields in the generated VCF records WARNING: No valid combination operation found for INFO field MLEAC - the field will NOT be part of INFO fields in the generated VCF records WARNING: No valid combination operation found for INFO field MLEAF - the field will NOT be part of INFO fields in the generated VCF records WARNING: No valid combination operation found for INFO field DS - the field will NOT be part of INFO fields in the generated VCF records WARNING: No valid combination operation found for INFO field InbreedingCoeff - the field will NOT be part of INFO fields in the generated VCF records WARNING: No valid combination operation found for INFO field MLEAC - the field will NOT be part of INFO fields in the generated VCF records WARNING: No valid combination operation found for INFO field MLEAF - the field will NOT be part of INFO fields in the generated VCF records 18:30:43.012 INFO IntervalArgumentCollection - Processing 10930128 bp from intervals 18:30:43.021 INFO GenotypeGVCFs - Done initializing engine 18:30:43.087 INFO ProgressMeter - Starting traversal 18:30:43.088 INFO ProgressMeter - Current Locus Elapsed Minutes Variants Processed Variants/Minute WARNING: No valid combination operation found for INFO field DS - the field will NOT be part of INFO fields in the generated VCF records WARNING: No valid combination operation found for INFO field InbreedingCoeff - the field will NOT be part of INFO fields in the generated VCF records WARNING: No valid combination operation found for INFO field MLEAC - the field will NOT be part of INFO fields in the generated VCF records WARNING: No valid combination operation found for INFO field MLEAF - the field will NOT be part of INFO fields in the generated VCF records 18:31:49.639 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:49.658 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:49.671 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:49.678 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:49.683 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:49.687 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:49.693 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:49.697 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:49.702 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:49.713 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:49.733 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:49.745 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:49.753 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:49.757 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:49.765 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:49.771 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:49.775 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:49.794 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:49.807 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:49.815 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:49.819 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:49.823 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:49.827 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:49.835 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:49.839 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:49.845 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:49.848 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:49.850 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:49.867 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:49.870 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:49.873 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:49.889 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:49.891 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:49.920 INFO ProgressMeter - Bomo_Chr27:352882 1.1 1000 897.8 18:31:49.926 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:49.929 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:49.942 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:49.950 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:49.952 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:49.961 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:49.970 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:49.974 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:49.978 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.005 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.009 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.011 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.013 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.015 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.034 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.040 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.043 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.050 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.053 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.055 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.057 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.059 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.061 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.064 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.066 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.068 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.070 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.072 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.074 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.077 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.078 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.082 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.084 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.086 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.088 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.090 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.092 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.094 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.096 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.097 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.099 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.103 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.106 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.108 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.109 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.112 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.114 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.116 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.119 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.122 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.125 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.127 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.129 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.132 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.134 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.135 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.137 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.139 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.140 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.142 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.147 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.149 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.151 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.153 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.155 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.157 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.159 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.161 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.163 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.165 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.167 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.168 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.170 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.171 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.174 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.176 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.178 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.179 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.181 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.183 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.184 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.187 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.190 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.192 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.195 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.198 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.200 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.202 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.204 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.206 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.209 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.215 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.217 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.220 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.222 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.225 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.226 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.228 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.229 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.231 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.232 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.237 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.239 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.241 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.242 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.244 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.246 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.247 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.249 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.252 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.253 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.255 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.256 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.258 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.261 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.263 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.267 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.269 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.271 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.272 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.274 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.275 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.277 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.279 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.281 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.283 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.284 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.286 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.287 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.288 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.290 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.291 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.293 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.294 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.299 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.301 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.303 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.306 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.308 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.309 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.312 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.313 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.315 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.323 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.325 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.327 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.333 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.335 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.336 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.338 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.344 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.346 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.352 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.353 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.355 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.356 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.362 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.364 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.365 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.367 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.376 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.378 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.382 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.385 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.386 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.388 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.390 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.391 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.393 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.394 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.395 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.397 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.398 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.399 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.401 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.403 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.416 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.418 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.429 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.431 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.434 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.436 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.438 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.446 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.462 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.464 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.466 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.474 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.476 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.477 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.483 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.490 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.579 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.581 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.582 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.585 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.586 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.587 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.589 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.590 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.592 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.593 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.594 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.596 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.597 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.601 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.608 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.611 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.613 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.614 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.616 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.618 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.626 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.629 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.630 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.632 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.636 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.639 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.641 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.644 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.648 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.653 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.654 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.661 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.664 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.667 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.672 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.674 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.676 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.677 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.679 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.681 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.683 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.686 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.688 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.689 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.690 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.691 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.693 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.694 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.699 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.703 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.706 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.707 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.709 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.710 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.711 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.716 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.717 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.719 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.720 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.721 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.725 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.728 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.731 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.733 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.734 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.740 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.745 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.749 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.750 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.756 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.763 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.765 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.768 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.770 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.772 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.774 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.776 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.778 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.780 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.782 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.784 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.785 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.786 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.788 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.789 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.790 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.793 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.794 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.797 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.799 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.803 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.806 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.807 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.812 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.813 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.814 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.816 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.817 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.820 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.822 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.824 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.830 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.836 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.850 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.851 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.852 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.855 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.873 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.880 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.882 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.883 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.885 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.886 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.887 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.888 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.889 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.890 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.891 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.892 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.895 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.896 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.897 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.899 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.900 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.902 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.905 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.906 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.907 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.908 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.909 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.911 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.912 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.913 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.915 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.923 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.925 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.927 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.928 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.929 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.930 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.932 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.933 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.935 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.936 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.937 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.939 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.940 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.941 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.943 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.944 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.946 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.948 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.949 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.950 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.953 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.955 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.963 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.965 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.967 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.970 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.973 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.974 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.975 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.976 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.977 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.984 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.985 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.987 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.990 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.991 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.995 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.996 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.998 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:50.999 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.000 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.002 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.003 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.005 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.006 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.007 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.009 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.015 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.016 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.018 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.019 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.021 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.022 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.024 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.025 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.028 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.029 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.031 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.032 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.033 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.035 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.036 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.037 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.038 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.041 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.043 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.047 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.049 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.050 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.055 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.059 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.061 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.075 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.080 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.171 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.173 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.175 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.225 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.226 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.227 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.228 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.230 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.231 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.232 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.233 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.234 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.235 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.236 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.241 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.242 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.243 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.244 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.246 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.247 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.252 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.253 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.260 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.261 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.263 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.264 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.267 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.272 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.273 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.274 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.275 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.279 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.281 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.283 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.285 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.286 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.287 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.288 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.289 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.291 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.292 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.293 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.294 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.295 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.296 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.297 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.298 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.299 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.301 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.304 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.313 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.314 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.316 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.320 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.323 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.324 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.325 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.327 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.329 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.345 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.381 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.386 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.406 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.407 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.411 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.430 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.431 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.434 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.436 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.437 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.438 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.441 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.442 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.443 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.444 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.449 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.450 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.453 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.455 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.462 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.468 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.474 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.477 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.479 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.481 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.483 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.484 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.488 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.489 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.491 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.495 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.497 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.501 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.503 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.504 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.587 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.589 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.590 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.591 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.592 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.593 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.594 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.595 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.597 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.599 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.600 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.603 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.605 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.612 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.613 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.616 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.617 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.618 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.619 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.623 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.625 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.634 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.636 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.649 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.651 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.652 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.653 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.654 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.655 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.656 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.658 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.659 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.661 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.662 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.665 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.666 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.667 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.668 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.669 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.670 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.671 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.673 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.674 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.675 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.677 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.678 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.680 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.681 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.682 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.683 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.685 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.687 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.689 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.691 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.692 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.693 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.694 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.696 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.697 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.702 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.703 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.704 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.710 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.711 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.712 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.713 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.714 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.716 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.717 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.719 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.720 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.721 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.723 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.724 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.727 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.734 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.736 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.738 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.740 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.741 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.742 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.744 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.747 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.748 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.750 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.751 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.753 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.757 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.758 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.760 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.761 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.762 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.763 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.764 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.765 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.766 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.767 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.768 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.769 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.770 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.771 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.772 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.773 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.774 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.776 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.778 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.779 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.780 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.782 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.783 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.784 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.785 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.787 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.789 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.790 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.791 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.792 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.793 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.794 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.795 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.797 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.798 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.800 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.801 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.802 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.803 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.804 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.805 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.806 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.807 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.809 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.810 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.812 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.814 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.816 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.817 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.818 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.819 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.821 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.823 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.830 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.834 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.835 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.836 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.838 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.840 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.842 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.843 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.844 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.845 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.847 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.849 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.850 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.852 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.853 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.854 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.855 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.856 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.858 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.859 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.860 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.861 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.862 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.864 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.865 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.866 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.867 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.868 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.869 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.870 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.871 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.873 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.874 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.876 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.877 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.878 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.879 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.884 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.885 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.886 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.896 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.897 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.900 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.901 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.902 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.903 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.904 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.906 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.907 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.908 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.909 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.910 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.911 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.912 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.914 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.916 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.919 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.920 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.921 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.923 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.924 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.925 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.926 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.927 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.929 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.930 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.931 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.933 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.933 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.934 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.936 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.937 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.938 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.939 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.940 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.941 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.944 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.948 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.950 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.951 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.952 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.953 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.954 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.955 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.956 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.957 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.960 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:51.961 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.047 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.048 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.052 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.054 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.055 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.058 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.059 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.060 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.061 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.062 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.067 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.069 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.072 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.073 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.075 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.077 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.081 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.082 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.084 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.086 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.087 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.088 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.089 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.090 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.091 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.092 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.093 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.094 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.095 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.097 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.098 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.099 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.100 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.101 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.102 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.103 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.104 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.105 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.106 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.107 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.108 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.109 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.110 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.112 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.113 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.114 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.115 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.116 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.117 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.118 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.119 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.120 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.121 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.123 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.124 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.126 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.127 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.128 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.130 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.133 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.134 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.135 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.136 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.137 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.140 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.141 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.143 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.144 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.145 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.146 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.147 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.148 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.150 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.150 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.151 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.152 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.153 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.155 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.156 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.157 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.158 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.159 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.161 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.162 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.163 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.166 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.167 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.168 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.169 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.170 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.173 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.174 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.175 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.176 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.178 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.180 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.181 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.182 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.183 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.184 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.185 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.186 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.187 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.188 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.189 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.190 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.191 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.192 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.194 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.195 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.197 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.198 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.199 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.200 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.201 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.201 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.203 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.205 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.206 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.207 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.208 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.209 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.210 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.213 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.215 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.216 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.218 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.221 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.222 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.223 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.224 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.225 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.226 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.227 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.228 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.230 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.231 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.233 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.234 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.235 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.241 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.246 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.248 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.249 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.250 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.251 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.252 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.254 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.255 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.256 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.260 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.263 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.264 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.266 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.268 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.269 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.271 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.272 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.275 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.276 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.277 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.278 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.279 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.280 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.281 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.282 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.283 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.284 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.285 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.286 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.287 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.288 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.289 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.290 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.291 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.292 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.293 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.294 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.295 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.296 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.298 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.300 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.301 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.302 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.305 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.306 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.307 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.308 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.310 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.311 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.312 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.313 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.315 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.317 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.322 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.323 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.331 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.334 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.336 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.337 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.337 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.338 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.339 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.341 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.343 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.345 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.346 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.347 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.351 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.367 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.374 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.375 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.376 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.380 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.380 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.382 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.383 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.385 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.393 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.483 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.491 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.492 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.496 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.497 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.498 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.499 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.500 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.502 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.503 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.504 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.506 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.507 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.508 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.519 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.521 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.523 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.524 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.527 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.530 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.531 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.532 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.533 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.535 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.538 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.539 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.540 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.541 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.547 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.549 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.550 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.552 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.553 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.555 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.556 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.557 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.562 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.563 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.564 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.565 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.566 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.567 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.568 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.570 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.571 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.573 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.573 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.577 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.578 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.579 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.580 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.582 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.583 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.584 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.586 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.588 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.589 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.590 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.591 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.592 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.593 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.598 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.599 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.600 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.601 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.602 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.603 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.606 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.607 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.608 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.609 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.614 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.615 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.616 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.617 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.618 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.619 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.620 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.621 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.622 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.623 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.623 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.624 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.626 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.627 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.628 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.629 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.630 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.632 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.635 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.636 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.636 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.637 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.638 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.639 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.640 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.641 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.642 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.645 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.647 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.648 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.649 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.650 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.651 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.654 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.655 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.656 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.657 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.658 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.659 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.661 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.661 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.663 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.664 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.665 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.666 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.667 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.669 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.670 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.671 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.672 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.673 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.673 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.678 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.679 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.680 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.681 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.682 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.683 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.684 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.686 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.687 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.688 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.689 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.690 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.691 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.693 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.694 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.696 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.697 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.698 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.699 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.700 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.702 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.703 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.706 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.708 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.709 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.710 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.712 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.713 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.714 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.715 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.715 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.716 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.718 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.719 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.720 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.721 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.722 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.723 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.725 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.726 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.727 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.729 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.730 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.732 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.733 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.734 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.736 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.738 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.739 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.741 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.742 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.743 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.744 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.746 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.747 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.748 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.749 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.751 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.752 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.753 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.754 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.755 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.756 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.757 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.758 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.760 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.761 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.762 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.763 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.764 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.765 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.767 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.768 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.774 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.775 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.777 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.780 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.781 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.782 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.783 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.783 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.784 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.785 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.786 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.788 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.789 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.790 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.791 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.792 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.794 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.795 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.800 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.801 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.802 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.803 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.804 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.805 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.807 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.808 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.809 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.811 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.812 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.812 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.813 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.817 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.893 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.896 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.897 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.899 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.900 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.901 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.902 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.903 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.904 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.905 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.906 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.907 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.907 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.909 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.910 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.911 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.912 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.913 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.914 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.915 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.916 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.920 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.921 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.922 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.923 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.937 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.938 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.939 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.940 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.941 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.942 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.943 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.944 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.945 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.947 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.948 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.951 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.952 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.952 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.953 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.954 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.955 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.957 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.958 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.959 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.964 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.965 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.965 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.966 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.967 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.970 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.970 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.972 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.974 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.976 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.981 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.987 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.988 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.997 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.997 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.998 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:52.999 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.000 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.002 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.003 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.004 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.005 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.006 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.009 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.010 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.012 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.013 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.014 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.017 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.018 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.021 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.022 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.023 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.024 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.024 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.025 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.026 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.029 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.031 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.032 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.036 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.039 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.041 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.042 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.043 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.044 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.047 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.048 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.049 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.052 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.053 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.054 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.055 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.056 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.057 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.058 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.065 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.066 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.067 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.075 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.076 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.078 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.079 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.080 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.081 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.082 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.083 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.085 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.086 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.087 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.088 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.089 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.095 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.096 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.098 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.100 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.103 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.103 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.104 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.105 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.106 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.107 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.108 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.109 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.111 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.112 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.114 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.116 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.119 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.120 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.123 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.123 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.125 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.127 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.128 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.129 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.130 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.131 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.132 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.134 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.135 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.136 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.137 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.138 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.139 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.140 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.142 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.143 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.144 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.145 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.147 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.148 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.149 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.150 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.229 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.230 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.231 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.232 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.232 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.233 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.235 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.236 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.237 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.238 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.239 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.241 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.242 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.248 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.250 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.252 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.255 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.255 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.257 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.258 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.259 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.260 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.261 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.262 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.263 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.264 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.267 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.268 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.268 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.270 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.271 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.272 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.273 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.274 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.275 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.277 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.279 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.280 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.283 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.284 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.285 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.286 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.286 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.288 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.289 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.292 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.293 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.295 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.296 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.299 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.301 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.303 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.306 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.308 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.309 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.310 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.311 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.312 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.317 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.319 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.321 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.322 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.324 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.325 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.326 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.327 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.328 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.329 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.330 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.333 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.334 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.335 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.337 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.338 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.339 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.340 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.341 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.342 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.343 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.344 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.345 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.346 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.347 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.347 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.348 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.349 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.351 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.352 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.353 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.354 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.355 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.356 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.358 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.359 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.360 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.361 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.362 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.364 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.365 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.366 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.368 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.370 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.371 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.372 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.373 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.375 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.377 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.377 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.378 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.380 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.380 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.382 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.383 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.385 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.385 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.387 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.389 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.390 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.391 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.392 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.393 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.394 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.400 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.401 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.402 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.403 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.404 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.405 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.406 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.407 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.409 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.413 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.414 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.415 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.416 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.418 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.419 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.420 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.423 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.424 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.608 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.610 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.611 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.614 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.615 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.617 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.618 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.620 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.621 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.633 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.634 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.636 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.637 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.638 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.639 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.640 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.641 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.642 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.643 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.644 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.645 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.646 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.648 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.649 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.650 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.651 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.652 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.653 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.654 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.655 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.658 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.659 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.660 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.661 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.664 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.665 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.666 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.667 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.668 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.669 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.670 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.671 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.672 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.673 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.676 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.677 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.678 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.679 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.680 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.682 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.683 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.686 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.691 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.692 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.696 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.703 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.703 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.708 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.710 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.710 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.711 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.713 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.715 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.716 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.717 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.717 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.718 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.719 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.726 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.727 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.728 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.731 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.732 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.733 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.734 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.735 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.736 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.737 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.738 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.739 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.740 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.741 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.742 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.743 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.744 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.745 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.746 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.749 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.750 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.751 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.752 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.753 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.755 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.756 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.758 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.758 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.759 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.833 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.834 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.840 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.843 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.845 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.846 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.847 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.848 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.848 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.849 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.850 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.851 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.852 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.853 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.854 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.855 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.856 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.858 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.861 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.862 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.866 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.867 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.870 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.871 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.914 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.915 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.916 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.918 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.920 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.922 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.924 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.925 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.930 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.932 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.933 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.934 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.937 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.938 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.939 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.940 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.941 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.942 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.944 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.945 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.947 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.948 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.949 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.952 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.953 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.954 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.955 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.957 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.960 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.961 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.962 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.963 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.964 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.966 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.967 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.969 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.970 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.971 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.971 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.972 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.973 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.974 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.975 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.976 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.977 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.978 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.979 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.980 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.981 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.982 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.984 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.985 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.987 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.987 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.988 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.989 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.990 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.995 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.996 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.997 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.998 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:53.999 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.000 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.001 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.004 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.005 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.006 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.007 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.008 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.009 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.010 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.011 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.012 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.013 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.014 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.015 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.016 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.017 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.018 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.019 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.020 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.021 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.022 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.023 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.024 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.026 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.027 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.027 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.029 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.030 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.031 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.032 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.033 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.034 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.035 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.036 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.037 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.037 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.038 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.039 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.040 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.043 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.045 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.046 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.047 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.048 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.049 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.050 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.051 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.052 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.053 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.054 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.055 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.056 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.057 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.058 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.059 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.060 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.061 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.062 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.062 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.063 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.064 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.065 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.066 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.068 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.069 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.070 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.071 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.071 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.072 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.073 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.074 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.075 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.076 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.076 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.077 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.164 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.183 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.188 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.189 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.190 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.191 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.193 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.194 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.194 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.196 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.206 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.208 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.209 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.210 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.211 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.212 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.212 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.213 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.214 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.216 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.217 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.218 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.218 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.220 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.222 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.223 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.224 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.225 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.226 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.227 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.228 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.229 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.230 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.246 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.249 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.250 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.252 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.259 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.260 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.261 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.261 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.263 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.264 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.265 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.266 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.268 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.269 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.270 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.275 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.276 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.277 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.278 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.280 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.281 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.282 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.283 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.284 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.288 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.289 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.290 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.292 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.293 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.294 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.296 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.297 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.298 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.299 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.300 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.301 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.302 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.303 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.303 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.304 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.305 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.306 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.307 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.308 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.309 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.310 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.311 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.311 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.312 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.313 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.314 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.315 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.317 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.318 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.319 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.320 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.321 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.322 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.323 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.324 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.325 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.326 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.327 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.328 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.330 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.332 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.334 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.335 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.336 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.336 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.339 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.341 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.345 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.346 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.347 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.348 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.350 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.351 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.352 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.352 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.353 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.354 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.354 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.355 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.356 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.357 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.358 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.359 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.360 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.363 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.364 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.365 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.366 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.375 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.376 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.377 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.378 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.379 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.380 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.381 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.382 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.383 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.384 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.385 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.386 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.386 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.387 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.389 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.390 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.391 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.391 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.393 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.395 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.399 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.400 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.400 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.402 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.405 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.405 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.407 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.411 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.412 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.416 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.417 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.419 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.420 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.422 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.423 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.425 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.426 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.427 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.427 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.428 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.429 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.430 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.431 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.432 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.433 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.434 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.435 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.436 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.437 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.438 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.439 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.441 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.441 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.442 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.444 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.445 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.446 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.447 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.448 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.455 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.456 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.457 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.458 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.459 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.460 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.461 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.462 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.463 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.464 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.465 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.466 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.467 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.469 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.470 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.472 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.473 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.474 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.475 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.476 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.478 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.479 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.480 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.483 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.484 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.485 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.487 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.489 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.497 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.558 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.559 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.561 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.562 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.563 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.564 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.566 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.566 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.567 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.569 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.571 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.573 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.574 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.575 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.576 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.577 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.577 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.578 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.579 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.580 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.581 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.611 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.612 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.613 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.631 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.634 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.635 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.637 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.637 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.642 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.643 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.643 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.645 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.646 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.647 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.650 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.651 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.652 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.653 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.654 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.655 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.656 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.657 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.658 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.659 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.661 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.662 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.663 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.664 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.666 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.670 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.671 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.672 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.673 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.674 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.677 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.678 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.679 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.683 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.693 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.695 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.699 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.700 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.702 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.703 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.704 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.704 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.706 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.706 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.709 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.721 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.724 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.725 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.733 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.733 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.734 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.735 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.736 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.737 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.738 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.742 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.743 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.744 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.745 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.746 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.748 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.749 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.750 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.751 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.753 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.754 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.756 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.759 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.760 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.762 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.762 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.763 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.764 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.765 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.766 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.772 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.774 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.775 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.776 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.777 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.780 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.784 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.785 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.786 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.787 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.788 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.789 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.791 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.792 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.793 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.794 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.795 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.797 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.798 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.799 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.800 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.801 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.802 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.803 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.804 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.806 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.807 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.808 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.809 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.810 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.811 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.812 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.812 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.814 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.815 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.817 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.817 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.818 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.819 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.820 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.820 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.821 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.822 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.823 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.824 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.826 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.827 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.828 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.830 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.830 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.831 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.832 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.833 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.836 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.837 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.838 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.839 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.840 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.841 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.842 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.843 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.846 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.847 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.848 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.849 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.850 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.857 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.857 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.859 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.859 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.860 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.861 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.862 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.863 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.864 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.865 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.867 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.870 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.873 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.876 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.877 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.878 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.878 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.879 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.880 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.881 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.882 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.883 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples 18:31:54.884 WARN InbreedingCoeff - Annotation will not be calculated, must provide at least 10 samples GENOMICSDB_TIMER,GenomicsDB iterator next() timer,Wall-clock time(s),1.0669743639999927,Cpu time(s),0.988715244000004 18:31:54.893 INFO ProgressMeter - Bomo_Chr27:10359586 1.2 60698 50719.7 18:31:54.894 INFO ProgressMeter - Traversal complete. Processed 60698 total variants in 1.2 minutes. 18:31:54.908 INFO GenotypeGVCFs - Shutting down engine [September 17, 2019 6:31:54 PM GMT] org.broadinstitute.hellbender.tools.walkers.GenotypeGVCFs done. Elapsed time: 1.28 minutes. Runtime.totalMemory()=1989672960 Using GATK jar /usr/local/share/gatk4-4.1.0.0-0/gatk-package-4.1.0.0-local.jar Running: java -Dsamjdk.use_async_io_read_samtools=false -Dsamjdk.use_async_io_write_samtools=true -Dsamjdk.use_async_io_write_tribble=false -Dsamjdk.compression_level=2 -Xmx25g -XX:ParallelGCThreads=1 -jar /usr/local/share/gatk4-4.1.0.0-0/gatk-package-4.1.0.0-local.jar GenotypeGVCFs -R pseudochr.re.fa -O output.gatk/out.Bomo_Chr27.vcf.gz -V gendb://output.gatk/genomicsdb.Bomo_Chr27 -L Bomo_Chr27