Skip to content

Commit

Permalink
Merge pull request #254 from WormBase/jb2-291
Browse files Browse the repository at this point in the history
adding community annotation track for p pacificus
  • Loading branch information
scottcain authored Mar 7, 2024
2 parents f25a81b + 40e4090 commit 661b0e1
Showing 1 changed file with 68 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
{
"tracks": [
{
"type": "FeatureTrack",
"trackId": "p_pacificus_PRJNA12644_community_edited_genes",
"name": "Community edited genes",
"assemblyNames": [
"p_pacificus_PRJNA12644"
],
"description": "A set of genes edited by the Pristionchus community. For more information see http://pristionchus.org/",
"category": [
"Externally Sourced Resources",
"Community Annotations"
],
"adapter": {
"type": "Gff3TabixAdapter",
"gffGzLocation": {
"locationType": "UriLocation",
"uri": "https://s3.amazonaws.com/agrjbrowse/MOD-jbrowses/WormBase/static_tracks/p_pacificus_PRJNA12644/pristionchus.sorted.gff3.gz"
},
"index": {
"location": {
"locationType": "UriLocation",
"uri": "https://s3.amazonaws.com/agrjbrowse/MOD-jbrowses/WormBase/static_tracks/p_pacificus_PRJNA12644/pristionchus.sorted.gff3.gz.tbi"
}
}
},
"textSearching": {
"textSearchAdapter": {
"type": "TrixTextSearchAdapter",
"textSearchAdapterId": "community_edited_genes-1708462386536-index",
"ixFilePath": {
"locationType": "UriLocation",
"uri": "https://s3.amazonaws.com/agrjbrowse/MOD-jbrowses/WormBase/static_tracks/p_pacificus_PRJNA12644/community_edited_genes-1708462386536-index.ix"
},
"ixxFilePath": {
"locationType": "UriLocation",
"uri": "https://s3.amazonaws.com/agrjbrowse/MOD-jbrowses/WormBase/static_tracks/p_pacificus_PRJNA12644/community_edited_genes-1708462386536-index.ixx"
},
"metaFilePath": {
"locationType": "UriLocation",
"uri": "https://s3.amazonaws.com/agrjbrowse/MOD-jbrowses/WormBase/static_tracks/p_pacificus_PRJNA12644/community_edited_genes-1708462386536-index_meta.json"
},
"tracks": [
"p_pacificus_PRJNA12644_community_edited_genes"
],
"assemblyNames": [
"p_pacificus_PRJNA12644"
]
}
},
"displays": [
{
"type": "LinearBasicDisplay",
"displayId": "p_pacificus_PRJNA12644_community_edited_genes-LinearBasicDisplay",
"renderer": {
"type": "SvgFeatureRenderer",
"color1": "jexl:get(feature,'strand')>0?'#f19bf1':'#66e6d9'"
}
},
{
"type": "LinearArcDisplay",
"displayId": "p_pacificus_PRJNA12644_community_edited_genes-LinearArcDisplay"
}
]
}
]
}

0 comments on commit 661b0e1

Please sign in to comment.