HuntsmanCancerInstitute / BioMinerQT

The BioMiner Query Tool is a multi-omic, cross species, web-app that ingests ChIP/RNA/Bisulfite/Variant-Seq analysis and enables users to perform iterative searches to identify records based on region or gene name.
0 stars 0 forks source link

Remove hardcoded JBrowse ref #5

Open DavidAustinNix opened 7 years ago

DavidAustinNix commented 7 years ago

Remove reference to specific jbrowse version in url Line 1394 in QueryController.java

pathToRepo = "http://" + serverName + "/jbrowse/JBrowse-1.12.1/index.html?data=data/" + username;