Skip to content

Loading bedgraph files from DataHub #82

@ajayd-san

Description

@ajayd-san

Hey,

Great work on the project!

I want to host a public datahub with bedgraph files. I have both the bedgraph (compressed in gzip) and the index files. What would be the appropriate way to host these files?

Currently my hub.json looks like this:

[
  {
    "type": "bedGraph",
    "name": "heart",
    "url": "https://wang-genomics-data.s3.us-east-2.amazonaws.com/GE513-heart.bedgraph.gz",
    "showOnHubLoad": true
  },
  {
    "type": "bedGraph",
    "name": "brain",
    "url": "https://wang-genomics-data.s3.us-east-2.amazonaws.com/GE513-brain.bedgraph.gz",
    "showOnHubLoad": true
  }
]

Do I also need to specify index files or will the browser load them automatically as long as they are on the in same directory?

Thanks!

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