Skip to content

Commit

Permalink
Fix mygene.info demo track (#3507)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdcolin committed Feb 6, 2023
1 parent bc608ec commit 14a7e3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test_data/config_demo.json
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@
"assemblyNames": ["hg38"],
"category": ["Annotation"],
"adapter": {
"baseUrl": "https://mygene.info/v3/query?q=${ref}:${start}-${end}&size=1000&fields=all&size=1000&species=human",
"baseUrl": "https://mygene.info/v3/query?q={ref}:{start}-{end}&size=1000&fields=all&size=1000&species=human",
"type": "MyGeneV3Adapter"
}
},
Expand All @@ -278,7 +278,7 @@
"assemblyNames": ["hg19"],
"category": ["Annotation"],
"adapter": {
"baseUrl": "https://mygene.info/v3/query?q=hg19.${ref}:${start}-${end}&size=1000&fields=all&size=1000&species=human",
"baseUrl": "https://mygene.info/v3/query?q=hg19.{ref}:{start}-{end}&size=1000&fields=all&size=1000&species=human",
"type": "MyGeneV3Adapter"
}
},
Expand Down

0 comments on commit 14a7e3b

Please sign in to comment.