| Table of Contents |
|---|
Introduction
This page documents the various endpoints used to convert IGB Quickloads to a UCSC track hub.
Converter UI
URL - https://translate.bioviz.org/
...
Logic
- Fetch the list of UCSC genomes from:
https://api.genome.ucsc.edu/list/ucscGenomes - Check if these genomes exist in IGB’s source code synonyms.txt file (path: core/synonym-lookup/src/main/resources/synonyms.txt).
- If a UCSC genome is found in synonyms.txt, add the IGB genome name (first column in synonyms.txt) and the UCSC genome name to a new the synonyms.txt in the hub_facade repository (path: igb_trackhub/api/synonyms.txt).
- Fetch the list of UCSC genomes from: