Skip to content

issues with loading reference using absolute URLs #30

@nettanetta

Description

@nettanetta

Hi,
I tried to load reference files and bed tracks using URLs as explained in this example.
However, nothing is presented.
When I try to copy the example notebook it works fine. when I manually load the file to the IGV web app it also works fine.

my code:
b = igv_notebook.Browser( { "reference": { "fastaURL": "https://files.cs.huji.ac.il/morani/Netta/ginger/atcc_aligners_comparison/genomes.fasta", "indexURL": "https://files.cs.huji.ac.il/morani/Netta/ginger/atcc_aligners_comparison/genomes.fasta.fai", }, "roi": [ { "name": "tblastn_protein_genes_to_genomes", "url": "https://files.cs.huji.ac.il/morani/Netta/ginger/atcc_aligners_comparison/blast/tblastn_protein_genes_to_genomes.tsv.bed", "indexed": False, }, { "name": "tblastn_protein_genes_to_genomes_nms", "url": "https://files.cs.huji.ac.il/morani/Netta/ginger/atcc_aligners_comparison/blast/tblastn_protein_genes_to_genomes.tsv.nms.bed", "indexed": False, } ] })

Can you help me understand what's wrong?
thanks
Netta

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions