Skip to content

Commit

Permalink
Merge pull request #460 from alliance-genome/AGR-1015
Browse files Browse the repository at this point in the history
fixing hard-coded url
  • Loading branch information
sierra-moxon authored Oct 31, 2019
2 parents 2d13af6 + 5f8b220 commit 08a45b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/etl/helpers/etl_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ def get_expression_images_url(localId, crossRefId):
if 'MGI' in crossRefId:
return "http://www.informatics.jax.org/gxd/marker/MGI:"+localId+"?tab=imagestab"
elif 'ZFIN' in crossRefId:
return "https://zfin.org/action/marker/"+localId+"/expression"
return "https://zfin.org/"+localId+"/wt-expression/images"
elif 'WB' in crossRefId:
return "https://www.wormbase.org/db/get?name="+localId+";class=Gene;widget=expression"
elif 'FB' in crossRefId:
Expand Down

0 comments on commit 08a45b1

Please sign in to comment.