Cong

Results 4 comments of Cong

> These are the recombination rates we are using for hg38: > > http://csg.sph.umich.edu/locuszoom/download/recomb-hg38.tar.gz > > You will need to update your database file, see `README.md` for information on how...

> You could check and see if anything actually got inserted into the table: > > ```shell > echo 'select * from recomb_rate limit 10' | sqlite3 data/database/locuszoom_hg38.db > ```...

I removed the "chr" and it works!! Thanks a lot!

Hi, I used the cmd like below: python2 bin/dbmeister.py --db data/database/locuszoom_hg38.db --recomb_rate recomb-hg38/genetic_map_GRCh38_merged.tab On Sun, Sep 25, 2022 at 4:57 AM uki-uiu ***@***.***> wrote: > How did you replace the...