-
-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Labels
Description
Common Workflow Language Viewer does not display the Graph of user_guide/1st-tool.cwl at gh-pages · common-workflow-language/user_guide
Description
I provide the following URL to URL to workflow
field and push Parse Workflow
https://github.com/common-workflow-language/user_guide/blob/gh-pages/_includes/cwl/1st-tool.cwl
But there is not graph.
Expected Behavior
Display the graph of user_guide/1st-tool.cwl at gh-pages · common-workflow-language/user_guide
Actual Behavior
Error
Error: The workflow could not be found within the repository
Looks like this
Possible Fix
I hope more messages about the cause of error.
It is better to provide more information , ex. the error line of the file or URL is wrong or something about Why this workflow is not parsed ?
Steps to Reproduce
- Open https://view.commonwl.org
- Fill
URL of workflow
withhttps://github.com/common-workflow-language/user_guide/blob/gh-pages/_includes/cwl/1st-tool.cwl
- Push
Parse Workflow
Context
I want to see the graph of CWL files of CWL User guide .
At least I hope https://view.commonwl.org can parse any CWL file on https://github.com/common-workflow-language/
because view.commonwl.org is official tool.
Your Environment
- Version used:
- Mac
62.0.3202.94 (Official Build) (64-bit)
Metadata
Metadata
Assignees
Labels
Type
Projects
Milestone
Relationships
Development
Select code repository
Activity
mr-c commentedon Dec 7, 2017
The reason of the error is that the viewer is just for CWL Workflows not
CommandLineTools
orExpressionTools
. I agree that the error should be improved if aCommandLineTool
was providedmanabuishii commentedon Dec 8, 2017
Thanks.
I understand why the graph is not display.
I hope to support display
CommandLineTool
graph 😄mr-c commentedon Dec 8, 2017
@manabuishii What would you want from a
CommandLineTool
visualization?manabuishii commentedon Dec 11, 2017
@mr-c
The reason why I want to visualize
CommandLineTool
The very fist example of user guide
1st-tool.cwl
isCommandLintTool
Common Workflow Language User Guide: First Example
So I want to visualize it to demonstrate to other people.
mr-c commentedon Dec 11, 2017
Are you saying you'd like a diagram similar to the workflow visualizations with
inputs
at the top andoutputs
at the bottom with the baseCommand at the center?Or do you want every
inputBinding
andargument
also visualized?[-]view.commonwl.org does not display Graph of CWL User Guide 1st-tool.cwl[/-][+]CWL CommandLineTools are not currently visualized[/+]