-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
49 additions
and
52 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
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
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 |
---|---|---|
@@ -1,61 +1,61 @@ | ||
# Feature screenshots | ||
|
||
<figure> | ||
<img src="https://github.com/rabix/benten/blob/master/media/2019.10.22/syntax-highlighting.png"></img> | ||
<img src="https://github.com/denbi/benten/blob/main/media/2019.10.22/syntax-highlighting.png"></img> | ||
<figcaption>Syntax highlighting (CWL and JS)</figcaption> | ||
</figure> | ||
<hr/> | ||
|
||
<figure> | ||
<img src="https://github.com/rabix/benten/blob/master/media/2019.10.22/expression-evaluation-on-hover.png"></img> | ||
<img src="https://github.com/denbi/benten/blob/main/media/2019.10.22/expression-evaluation-on-hover.png"></img> | ||
<figcaption>Evaluate expression on hover</figcaption> | ||
</figure> | ||
<hr/> | ||
|
||
<figure> | ||
<img src="https://github.com/rabix/benten/blob/master/media/2019.10.22/file-picker.png"></img> | ||
<img src="https://github.com/denbi/benten/blob/main/media/2019.10.22/file-picker.png"></img> | ||
<figcaption>File path autocomplete for linked files in `run` field</figcaption> | ||
</figure> | ||
<hr/> | ||
|
||
<figure> | ||
<img src="https://github.com/rabix/benten/blob/master/media/2019.10.22/port-connection-picker.png"></img> | ||
<img src="https://github.com/denbi/benten/blob/main/media/2019.10.22/port-connection-picker.png"></img> | ||
<figcaption>Port completion for workflow</figcaption> | ||
</figure> | ||
<hr/> | ||
|
||
<figure> | ||
<img src="https://github.com/rabix/benten/blob/master/media/2019.10.22/jump-to-definition.gif"></img> | ||
<img src="https://github.com/denbi/benten/blob/main/media/2019.10.22/jump-to-definition.gif"></img> | ||
<figcaption>Navigate to linked sub-workflows and includes</figcaption> | ||
</figure> | ||
<hr/> | ||
|
||
<figure> | ||
<img src="https://github.com/rabix/benten/blob/master/media/2019.10.22/outline-view.png"></img> | ||
<img src="https://github.com/denbi/benten/blob/main/media/2019.10.22/outline-view.png"></img> | ||
<figcaption>Outline view (Symbols) + Step symbols</figcaption> | ||
</figure> | ||
<hr/> | ||
|
||
<figure> | ||
<img src="https://github.com/rabix/benten/blob/master/media/2019.10.22/type-warnings.png"></img> | ||
<img src="https://github.com/denbi/benten/blob/main/media/2019.10.22/type-warnings.png"></img> | ||
<figcaption>Type validations</figcaption> | ||
</figure> | ||
<hr/> | ||
|
||
<figure> | ||
<img src="https://github.com/rabix/benten/blob/master/media/2019.10.22/workflow-connection-validations.png"></img> | ||
<img src="https://github.com/denbi/benten/blob/main/media/2019.10.22/workflow-connection-validations.png"></img> | ||
<figcaption>Port validations</figcaption> | ||
</figure> | ||
<hr/> | ||
|
||
<figure> | ||
<img src="https://github.com/rabix/benten/blob/master/media/2020.03.09/documentation-on-hover.png"></img> | ||
<img src="https://github.com/denbi/benten/blob/main/media/2020.03.09/documentation-on-hover.png"></img> | ||
<figcaption>Language documentation on hover</figcaption> | ||
</figure> | ||
<hr/> | ||
|
||
<figure> | ||
<img src="https://github.com/rabix/benten/blob/master/media/2020.09.15/format-document.gif"></img> | ||
<img src="https://github.com/denbi/benten/blob/main/media/2020.09.15/format-document.gif"></img> | ||
<figcaption>CWL Formatting</figcaption> | ||
</figure> | ||
<hr/> |
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
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 |
---|---|---|
|
@@ -33,11 +33,9 @@ | |
}, | ||
|
||
author='Seven Bridges Genomics Inc.', | ||
maintainer='Seven Bridges Genomics Inc.', | ||
maintainer_email='[email protected]', | ||
author_email='[email protected]', | ||
description='CWL language server developed by Seven Bridges', | ||
url='https://github.com/rabix/benten', | ||
maintainer='de.NBI', | ||
description='denbi fork of CWL language server developed by Seven Bridges', | ||
url='https://github.com/denbi/denbi-benten', | ||
long_description=long_description, | ||
long_description_content_type="text/markdown", | ||
include_package_data=True, | ||
|
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
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
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "benten-cwl", | ||
"publisher": "sbg-rabix", | ||
"displayName": "CWL (Rabix/Benten)", | ||
"publisher": "denbi", | ||
"displayName": "CWL (de.NBI/Benten)", | ||
"description": "Autocomplete, code validation and more for CWL documents", | ||
"version": "2021.1.25", | ||
"preview": false, | ||
|
@@ -17,11 +17,10 @@ | |
"license": "Apache-2.0", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/rabix/benten.git" | ||
"url": "https://github.com/denbi/denbi-benten.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/rabix/benten/issues", | ||
"email": "[email protected]" | ||
"url": "https://github.com/denbi/denbi-benten/issues" | ||
}, | ||
"categories": [ | ||
"Programming Languages" | ||
|