-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update developer guide to cover displays, and highlight working external plugins #1807
Conversation
@@ -747,6 +827,9 @@ with your adapter. | |||
alias for "1". An example of this in JBrowse is an adapter for | |||
(alias files)[http://software.broadinstitute.org/software/igv/LoadData/#aliasfile] | |||
|
|||
Note about refname alias adapter: the first column must match what is seen in |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Xref #1775
Codecov Report
@@ Coverage Diff @@
## master #1807 +/- ##
=======================================
Coverage 58.64% 58.65%
=======================================
Files 459 459
Lines 21291 21291
Branches 5021 5021
=======================================
+ Hits 12486 12488 +2
+ Misses 8495 8493 -2
Partials 310 310
Continue to review full report at Codecov.
|
For example, we have a notion of a synteny track type, and the synteny track | ||
type has two display models | ||
|
||
- DotplotDisplay, which is used in the dotplot view |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we link to a source code example of displays being used?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think having the names of the displays may be a good starting point for a reader to find what is needed, but if you think it would help we can add an example too
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this should be good. We can start with the names. If we see down the road that users get confused then we can try adding an example.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
b30affc
to
80668ce
Compare
This does not address anything about making factory functions because we have seen that it is unnecessary
In order to try to most accurately direct people to the right place, it puts currently working external plugin links at the top
Then it also