Skip to content

Commit

Permalink
testing html
Browse files Browse the repository at this point in the history
  • Loading branch information
rdmorin committed Apr 22, 2024
1 parent f6817eb commit 530469f
Showing 1 changed file with 47 additions and 0 deletions.
47 changes: 47 additions & 0 deletions docs/ABCG/ACTB.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
</head>
<body>

<script src="https://proteinpaint.stjude.org/bin/proteinpaint.js" charset="utf-8"></script>

<div id=aaa style="margin:10px"></div>

<script>
runproteinpaint({
host:'https://proteinpaint.stjude.org',
holder:document.getElementById('aaa'),
genome:'hg19',
block:1,
positionbygene:'ACTB',
tracks:[
{
type:'vcf',
name:'GAMBL DLBCL',
url:'https://www.bcgsc.ca/downloads/morinlab/GAMBL/test/DLBCL_genomes.pick.vcf.gz'
},
{
type:'vcf',
name:'GAMBL FL',
url:'https://www.bcgsc.ca/downloads/morinlab/GAMBL/test/FL_genomes.pick.vcf.gz'
},
{
type:'vcf',
name:'GAMBL BL',
url:'https://www.bcgsc.ca/downloads/morinlab/GAMBL/test/BL_genomes.pick.vcf.gz'
},
{
type:'vcf',
name:'GAMBL MCL',
url:'https://www.bcgsc.ca/downloads/morinlab/GAMBL/test/MCL_genomes.pick.vcf.gz'
}
],
nativetracks: 'RefGene',
noheader:true,
nobox:true
})
</script>
</body>
</html>

0 comments on commit 530469f

Please sign in to comment.