Skip to content

Commit

Permalink
Merge 03050ad into d58b30a
Browse files Browse the repository at this point in the history
  • Loading branch information
sbreiff committed Feb 25, 2020
2 parents d58b30a + 03050ad commit ef7d5ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chalicelib/checks/higlass_checks.py
Original file line number Diff line number Diff line change
Expand Up @@ -1857,7 +1857,7 @@ def patch_file_higlass_uid(connection, **kwargs):
continue

# Based on the filetype, construct a payload to upload to the higlass server.
payload = {'coordSystem': hit['genome_assembly']}
payload = {}
if ftype == 'chromsizes':
payload["filepath"] = connection.ff_s3.raw_file_bucket + "/" + hit['upload_key']
payload['filetype'] = 'chromsizes-tsv'
Expand Down

0 comments on commit ef7d5ad

Please sign in to comment.