I have csv files from the following link:
https://human.genome.dating/download/index
However, they use hg37 human coordinates and I am using hg38. So I need someway to lift over these csv files to h38 coordinates. I was thinking of converting these csv files to vcf files and then use Picard tool to do liftover:
https://gatk.broadinstitute.org/hc/en-us/articles/360037060932-LiftoverVcf-Picard-
However, this tool only takes vcf files as input. So what I can do here? Insights will be appreciated.