-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'feature/custom-pathways' into 'main'
Custom Pathways and other Features See merge request jmueller/biowc-pathwaygraph!8
- Loading branch information
Showing
8 changed files
with
1,489 additions
and
183 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
Done: | ||
- mode: viewing/editing | ||
- Create storybook with switch, same as for the hue + upload and download button | ||
- Clear PTM & FP Inputlist when switching to edit mode | ||
- New Context Menu: | ||
- Add Node | ||
- Popup Form where you can enter: | ||
- Type of Node (options: Gene/Protein, Metabolite/Compound, Pathway) | ||
- For Gene/Protein: | ||
- List of Names (first one will implicitly become default one) | ||
- List of Uniprot Accession Numbers | ||
-> Create node at position of right-click | ||
- Just add to what is parsed from the JSON | ||
- Add Edge | ||
- Await two clicks 'After clicking confirm, please click on the source, then the target node.' | ||
- Increase Border of node after click to feedback selection | ||
- Popup Form where you can choose edge type and optionally set a label (e.g. '+p') | ||
- Export: Create JSON using current positions | ||
- Node: Add Edge to... | ||
- Node: Add Edge from... | ||
- Edge: Change Edge Type | ||
- Edge: Delete Edge | ||
- Node: Delete Node -> Need to delete all adjacent edges too -> AND HIGHER ORDER LINKS! | ||
- Create Group | ||
- Edge: Change Label | ||
- Node: Change Node Type | ||
- Node: Change Name(s) | ||
- Group: Delete Group -> Merge code with Delete Node, it is similar | ||
- Group: When addition of group clears another group, delete orphaned edges (you can probably reuse code from delete group, since you're implicitly deleting a group here) | ||
- Edge: Add Anchor Edge | ||
- When adding edge, highlight selected groups and edges similarly to how nodes are highlighted | ||
|
||
|
||
Todo: | ||
BiowcPathwaygraph: | ||
|
||
In PTMNavigator: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.