CWL viewer does not seem to work (at least for me) properly. Although the homepage is intact, the workflows can not be visualized. I am not sure if this is the right channel to raise this issue about CWL viewer (https://view.commonwl.org/).
Hey @HrishiDhondge ; thanks for the feedback and I’m sorry that the CWL viewer isn’t working well lately.
In the mean time, you can get the same or similar visualization from one of the following ways
-
Register your CWL workflow on the WorkflowHub
Example: (Hybrid) Metagenomics workflow -
Visualize locally using
cwltool
: https://carpentries-incubator.github.io/cwl-novice-tutorial/03-dependency_graphs/index.html#from-cwl-script-to-graph -
Visualize using the Benten CWL language plugin for VSCode: https://github.com/rabix/benten#features
cwlviewer looks to be working right now for me. Do you have a link to your code that you want to visualize so we can see what the possible issue might be? Thank you.
It is working now for me as well. It was not working when I raised this issue. Thank you!
Great. We are having some memory issues with the tool - and it stops working momentarily. Hopefully the next bug fix by Bruno will solve the issue.