Hello
I want to load a custom genome from a url (long with other files that reference that genome) in a session file. I was unable to do that in IGV version 1 but I am wondering if this is possible with the latest version. Here is what I unsuccessfully attempted:
<?xml version="1.0" encoding="UTF-8"?>
<Global> genome="https://<internet domain name>/project/NEDEL/igv_test/NGS22014_D7_UR276287862-refs.fa" locus="26130" version="3"
<Resources>
<Resource name="NGS22014_D7_UR276287862 align" path="http://<internet domain name>/project/NEDEL/igv_test/NGS22014_D7_UR276287862.all.fq-vs-construct_refs.fa.sort.bam"/>
<Resource name="NGS22014_D7_UR276287862 features" path="http://<internet domain name>/project/NEDEL/igv_test/NGS22014_D7_UR276287862-refs.gb"/>
</Resources>
</Global>
This does not load the specified genome but produces an error saying the bam file "does not contain any sequence names which match the current genome", the current genome being the last one I selected in the GUI interface. Is what I am trying to do still not possible, requiring instead that I first manually upload the custom genomes in the GUI, or is my code incorrect.
Thanks
Mark