c874d12e8680a17fffa2d6d6f4d64a66c1a3878c lrnassar Mon Sep 11 16:57:10 2023 -0700 Fixing a spot where I forgot to change 4 to 5, feedback from CR refs #32223 diff --git src/hg/makeDb/doc/evaSnp5.txt src/hg/makeDb/doc/evaSnp5.txt index 11e5fb8..9eceb01 100644 --- src/hg/makeDb/doc/evaSnp5.txt +++ src/hg/makeDb/doc/evaSnp5.txt @@ -1,16 +1,16 @@ -# Track for EVA snp release 4 - https://www.ebi.ac.uk/eva/?RS-Release&releaseVersion=5 +# Track for EVA snp release 5 - https://www.ebi.ac.uk/eva/?RS-Release&releaseVersion=5 # Tracks built by Lou on 9/7/2023 # Track was built for the following 35 assemblies # The GCA accession on the eva release by accession list (https://ftp.ebi.ac.uk/pub/databases/eva/rs_releases/release_3/by_assembly/) # were compared to all native assemblies we have. In total there are 895,806,314 variants # All assemblies were passed by the python pipeline described below. Any special cases # have been baked into the pipeline itself, such as # bosTau9 and galGal5 where I had to remove their chrMT as we had none, # and rheMac8 I had to change the name of the chrMT to one that matches us. See RM #32095 ##################################### #### Beginning of python3 code ###### #####################################