Skip to content

WashU Browser New Version - Local Tracks Not Working for Some File Formats #73

Description

@WANGchuang715

I am currently using the new version of WashU Epigenome Browser and have encountered an issue with local tracks. It seems that only bigWig files can be directly loaded and used as local tracks. Other file formats, such as bedGraph, etc., are not loading properly.

new TrackModel({
    type: "bedGraph",
    name: "Capan-1.loop_bedgraph",
    url: "/browser/hg19/Capan-1_compartment.gz"
}),


    Error fetching data for track model type bedgraph: Error: Failed to fetch fetching /browser/hg19/Capan-1_compartment.gz
    at RemoteFile.fetch (remoteFile.ts:67:17)
    at async RemoteFile.read (remoteFile.ts:89:17)
    at async TabixIndexedFile._readRegion (tabixIndexedFile.ts:497:35)
    at async TabixIndexedFile.readChunk (tabixIndexedFile.ts:516:18)Caused by: TypeError: Failed to fetch
    at RemoteFile.fetch (remoteFile.ts:62:33)
    at async RemoteFile.read (remoteFile.ts:89:17)
    at async TabixIndexedFile._readRegion (tabixIndexedFile.ts:497:35)
    at async TabixIndexedFile.readChunk (tabixIndexedFile.ts:516:18)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

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