Skip to content

Chicken etc. genomes #11

Description

@mccalluc

It looks like we're hard-coded for hg19 right now:

with open("data/input.json") as f:
config_data = json.loads(f.read())
tracks = []
assembly = "hg19"
url_base = "https://s3.amazonaws.com/data.cloud.refinery-platform.org/data/igv-reference/{}/".format(
assembly
)

but it shouldn't be hard to

  • upload genome reference files to s3
  • update this to actually read the input.json

Activity

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

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