Skip to content

Commit

Permalink
adding nigoni synteny tracks
Browse files Browse the repository at this point in the history
  • Loading branch information
scottcain committed Aug 23, 2023
1 parent 5263fb5 commit b5bbbd8
Show file tree
Hide file tree
Showing 2 changed files with 70 additions and 0 deletions.
35 changes: 35 additions & 0 deletions jbrowse2/config/track_configs/c_briggsae_PRJNA10731_synteny.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,39 @@
{"tracks":[
{
"assemblyNames" : [
"c_briggsae_PRJNA10731",
"c_nigoni_PRJNA384657"
],
"displays" : [
{
"displayId" : "briggsae_to_nigoni-DotplotDisplay",
"type" : "DotplotDisplay"
},
{
"displayId" : "briggsae_to_nigoni-LinearComparativeDisplay",
"type" : "LinearComparativeDisplay"
},
{
"displayId" : "briggsae_to_nigoni-LinearSyntenyDisplay",
"type" : "LinearSyntenyDisplay"
}
],
"name" : "C. briggsae to C. nigoni",
"adapter" : {
"type" : "PAFAdapter",
"pafLocation" : {
"locationType" : "UriLocation",
"uri" : "https://s3.amazonaws.com/agrjbrowse/MOD-jbrowses/WormBase/synteny_data/c_briggsae.c_nigoni.paf"
},
"queryAssembly" : "c_nigoni_PRJNA384657",
"targetAssembly" : "c_briggsae_PRJNA10731"
},
"category" : [
"Synteny"
],
"trackId" : "briggsae_to_nigoni",
"type" : "SyntenyTrack"
},
{
"category": [
"Synteny"
Expand Down
35 changes: 35 additions & 0 deletions jbrowse2/config/track_configs/c_elegans_PRJNA13758_synteny.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,41 @@
}
]
},
{
"adapter" : {
"type" : "PAFAdapter",
"pafLocation" : {
"uri" : "https://s3.amazonaws.com/agrjbrowse/MOD-jbrowses/WormBase/synteny_data/c_elegans.c_nigoni.paf",
"locationType" : "UriLocation"
},
"queryAssembly" : "c_nigoni_PRJNA384657",
"targetAssembly" : "c_elegans_PRJNA13758"
},
"name" : "C. elegans N2 to C. nigoni",
"displays" : [
{
"type" : "DotplotDisplay",
"displayId" : "N2_to_nigoni-DotplotDisplay"
},
{
"type" : "LinearComparativeDisplay",
"displayId" : "N2_to_nigoni-LinearComparativeDisplay"
},
{
"displayId" : "N2_to_nigoni-LinearSyntenyDisplay",
"type" : "LinearSyntenyDisplay"
}
],
"assemblyNames" : [
"c_nigoni_PRJNA384657",
"c_elegans_PRJNA13758"
],
"type" : "SyntenyTrack",
"trackId" : "N2_to_nigoni",
"category" : [
"Synteny"
]
},
{
"category": [
"Synteny"
Expand Down

0 comments on commit b5bbbd8

Please sign in to comment.