I am trying to calculate population genetic statistics with DendroPy and need help reading my data. I had a SNP .vcf file from 8 individuals of the same specie and the same population. I converted this file into a Phylip file to be able to read it into DendroPy. Now, I tried to read the data first usingdendropy.D naCharacterMatr ix.get, but apparently I need two populations to be able to do the analysis. Reading the data with dendropy.DataSe t.get did...