-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
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)Metadata
Metadata
Assignees
Labels
No labels