Skip to content

[WIP] CWL to graph endpoint#239

Closed
stain wants to merge 5 commits intocommon-workflow-language:masterfrom
fbacall:cwl-to-graph-endpoint
Closed

[WIP] CWL to graph endpoint#239
stain wants to merge 5 commits intocommon-workflow-language:masterfrom
fbacall:cwl-to-graph-endpoint

Conversation

@stain
Copy link
Member

@stain stain commented Nov 20, 2019

Description

Adds REST resources to directly make PNG or SVG of individual CWL file POSTed.

Motivation and Context

Some workflows may need to be roughly visualized even if they are not in a git repository. The native CWL parser in CWL Viewer usually gives a "good enough" diagram when further details are not needed (e.g. labels), and is faster than having to git clone potentially large repository.

How Has This Been Tested?

Tested as part of SEEK workflow branch.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

@stain stain changed the title Cwl to graph endpoint [WIP] CWL to graph endpoint Nov 20, 2019
This was referenced Nov 21, 2019
…r into cwl-to-graph-endpoint

# Conflicts:
#	src/main/java/org/commonwl/view/workflow/WorkflowController.java
#	src/test/java/org/commonwl/view/workflow/WorkflowControllerTest.java
@stain
Copy link
Member Author

stain commented Nov 21, 2019

Now implemented in #240

@mr-c mr-c closed this Sep 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants