Skip to content

Commit bda3832

Browse files
committed
workflow -> CWL Workflow
r
1 parent d50833d commit bda3832

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/main/resources/templates/index.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,9 @@
3434
<div class="row">
3535
<div class="col-md-12" role="main" id="main">
3636
<h1>Common Workflow Language Viewer</h1>
37-
<p>This tool visualises and lists the details of a workflow with its inputs, outputs and steps and
37+
<p>This tool visualises and lists the details of a
38+
<a href="http://www.commonwl.org/" rel="noopener" target="_blank">CWL workflow</a>
39+
with its inputs, outputs and steps and
3840
packages the files involved into a downloadable
3941
<a href="https://researchobject.github.io/specifications/bundle/" rel="noopener" target="_blank">
4042
Research Object Bundle</a>
@@ -77,4 +79,4 @@ <h2>Workflow from Github URL</h2>
7779

7880
<script src="/bower_components/requirejs/require.js" data-main="/js/main.js"></script>
7981
</body>
80-
</html>
82+
</html>

0 commit comments

Comments
 (0)