Skip to content

Commit

Permalink
Add pacbio back
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdcolin committed Jan 29, 2025
1 parent fe49f9e commit 5e241e1
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions test_data/config_demo.json
Original file line number Diff line number Diff line change
Expand Up @@ -4467,6 +4467,26 @@
},
"assemblyNames": ["hg19"]
},
{
"type": "AlignmentsTrack",
"trackId": "pacbio_hg002",
"name": "HG002 Pacbio hs37d5.11kb",
"category": ["GIAB"],
"assemblyNames": ["hg19"],
"adapter": {
"type": "BamAdapter",
"bamLocation": {
"uri": "https://jbrowse.org/genomes/hg19/pacbio/m64011_181218_235052.8M.HG002.hs37d5.11kb.bam",
"locationType": "UriLocation"
},
"index": {
"location": {
"uri": "https://jbrowse.org/genomes/hg19/pacbio/m64011_181218_235052.8M.HG002.hs37d5.11kb.bam.bai",
"locationType": "UriLocation"
}
}
}
},
{
"type": "AlignmentsTrack",
"trackId": "hg002_cram",
Expand Down

0 comments on commit 5e241e1

Please sign in to comment.