Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chicken etc. genomes #11

Open
mccalluc opened this issue Oct 19, 2017 · 0 comments
Open

Chicken etc. genomes #11

mccalluc opened this issue Oct 19, 2017 · 0 comments

Comments

@mccalluc
Copy link
Member

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
@mccalluc mccalluc self-assigned this Oct 19, 2017
@mccalluc mccalluc removed their assignment Jan 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant