13 months ago by
United States
Hello,
Mapping coordinates between assemblies utilize base data sourced from UCSC. Specifically, the liftOver components of the primary "Conservation" track. If UCSC has not mapped the two genomes, then this data will be unavailable (at the UCSC web or line-command version of the tool or in the Galaxy wrapped version). Bacterial genomes are not included in this data.
The process UCSC runs to generate this data is quite complex, yet if you are willing to try, then those data could be used with the tool in your own local, docker, or cloud Galaxy. Please contact UCSC for the most current data generation procedures and other recommendations they may have: http://genome.ucsc.edu. See the Help pages for contact information. Their google group is most likely where you will want to search for prior Q&A on the topic and can ask a new question if not covered already with the detail you need.
Once you have an appropriate lifeOver reference file, this can be loaded into your local Galaxy. The genomes must also be installed as native indexed genomes. Use a fetch genome Data Manager to add the genome itself, then add in the liftover index (manually). The .loc
file for existing liftover indexes (from the Galaxy rsync server) can be used as an example to model after link in your custom index. There is no Liftover Data Manager yet, but one is in development.
Thanks, Jen, Galaxy team