Replies: 3 comments 2 replies
-
Sounds like you are wanting to embed JB2 in another product, is that the
case?
…On Fri, Nov 20, 2020 at 9:35 AM bbimber ***@***.***> wrote:
Hello - are there any examples of another projects that depend on
jbrowse2, and are their package.json files visible? Thanks in advance.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#1474>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAASAFNGJCHFH2XHFNWAHW3SQ2SG5ANCNFSM4T5B47NA>
.
|
Beta Was this translation helpful? Give feedback.
-
@rbuels Roughly. My group has a LabKey Server module that is sort of a wrapper around JBrowse 1. LabKey provides sort of a LIMS to track genomes, sequences, tracks, etc. The user can pick resources and create a jbrowse session on-the-fly. There is code in this module that either creates the trackList.json files, and/or calls the old perl scripts to process resources. The module is here: https://github.com/BimberLab/DiscvrLabKeyModules/tree/discvr-20.7/jbrowse I'm very interested in moving to JB2, since I'm hopeful we can do ever more to integrate with this code, such as using the config JSON of the JB2 session to drive other UI. This could include rendering features as a table, or rendering the search box as a standalone component. |
Beta Was this translation helpful? Give feedback.
-
JBrowse 2 is a standalone application, it's not really something that another package can "depend" on like a library. Therefore, JBrowse 2 is not published on NPM. Many of the pieces used to build JBrowse 2 are published on NPM under the Also, we are working on a React component that will be published on NPM that contains a single linear genome view from JBrowse 2, but that wouldn't have the full app experience. I'm not familiar with LabKey Server, so I'm not totally sure how your current extension works, but we do have the JBrowse CLI ( We're excited that you're interested in JBrowse 2! Please let us know if you have further questions. |
Beta Was this translation helpful? Give feedback.
-
Hello - are there any examples of another projects that depend on jbrowse2, and are their package.json files visible? Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions