James Santangelo

Results 6 comments of James Santangelo

Hey all, I ran into the same issue. It looks like gdistkey is set to `None` when the VCF is loaded, regardless of what key is passed. In other words,...

This error is occurring because the site positions in the *.locs* file are not ordered. You can fix this error by making sure the initial VCF processed by `vcftools` is...

Damn, I think I had heard about some stuff going on over at Travis-CI but didn't realize it was this crazy. I'm happy to help migrate over to GitHub Actions....

Sure thing! I've attached the popmap and VCF (`tmp.txt` -- renamed since GitHub didn't like the VCF extension). Here is the code I was using: ``` library(vcfR) library(GenotypePlot) library(tidyverse) vcf

Yup, added in above message, thanks! The `test` object was just part of my unsuccessful attempt to troubleshoot. James

Awesome, thanks for sorting this out so quickly, Jim! James