Created
November 15, 2013 20:28
-
-
Save gourneau/7491031 to your computer and use it in GitHub Desktop.
dal
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<script language="javascript" src="http://www.biodalliance.org/release-0.10/dalliance-compiled.js"></script> | |
<script language="javascript"> | |
new Browser({ | |
chr: '1', | |
viewStart: 85742000, | |
viewEnd: 85742015, | |
cookieKey: 'human', | |
sources: [{name: 'Genome', | |
uri: 'http://www.derkholm.net:8080/das/hg18comp/', | |
tier_type: 'sequence', | |
provides_entrypoints: true}, | |
{name: 'BAM', | |
bamURI: 'http://localhost:3000/rawlib.bam'}], | |
searchEndpoint: new DASSource('http://www.derkholm.net:8080/das/hsa_54_36p/'), | |
browserLinks: { | |
Ensembl: 'http://ncbi36.ensembl.org/Homo_sapiens/Location/View?r=${chr}:${start}-${end}', | |
UCSC: 'http://genome.ucsc.edu/cgi-bin/hgTracks?db=hg18&position=chr${chr}:${start}-${end}', | |
} | |
}); | |
</script> | |
<div id="svgHolder"></div> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment