seqan / iGenVar

The official repository for the iGenVar project.
BSD 3-Clause "New" or "Revised" License
9 stars 8 forks source link

[BUG] Input files are based on GRCh37 (hg19) others on GRCh38 (hg38) #203

Closed Irallia closed 2 years ago

Irallia commented 2 years ago

Some of our input files are based on GRCh37 (hg19) others on GRCh38 (hg38). This results in errors when you throw them together. We want to rely on GRCh38 (hg38) and use a coordinate converter to convert all necessary files. Alternatively we split the benchmarks into 37 and 38. Maybe use CrossMap for this & don't forget to change the truth set aswell.