Skip to content

Commit d650df0

Browse files
committed
synchronize latest changes
1 parent ca1b092 commit d650df0

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

README.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ src="https://standards.ieee.org/images/openstand/128x128-blue2.png" alt="Open St
2424
CWL is developed by a multi-vendor working group consisting of
2525
organizations and individuals aiming to enable scientists to share data
2626
analysis workflows. [The CWL project is maintained on
27-
Github](https://github.com/common-workflow-language/common-workflow-language) and we follow the [Open-Stand.org principles for
28-
collaborative open standards development](https://open-stand.org/about-us/principles/). Legally CWL is a member project of
29-
[Software Freedom Conservancy](https://sfconservancy.org/news/2018/apr/11/cwl-new-member-project/) and is formally managed by
27+
Github](https://github.com/common-workflow-language/common-workflow-language) and we follow the [Open-Stand.org principles for
28+
collaborative open standards development](https://open-stand.org/about-us/principles/). Legally CWL is a member project of
29+
[Software Freedom Conservancy](https://sfconservancy.org/news/2018/apr/11/cwl-new-member-project/) and is formally managed by
3030
the elected [CWL leadership team](#Leadership_Team), however every-day project decisions are made by the
3131
[CWL community](#Support) which is open for participation by anyone.
3232

@@ -40,7 +40,7 @@ The [CWL user guide](https://www.commonwl.org/user_guide/) provides a
4040
gentle introduction to learning how to write CWL command line tool and workflow
4141
descriptions.
4242

43-
[CWLの日本語での解説ドキュメント](https://github.com/pitagora-galaxy/cwl/wiki/CWL-Start-Guide-JP) is a 15 minute introduction to the
43+
[CWLの日本語での解説ドキュメント](https://github.com/pitagora-galaxy/cwl/wiki/CWL-Start-Guide-JP) is a 15 minute introduction to the
4444
CWL project in Japanese.
4545

4646
## Specification
@@ -80,7 +80,7 @@ A collection of existing references to CWL can be found at http://www.citeulike.
8080
|[Consonance](https://github.com/Consonance/consonance)|orchestration tool for running SeqWare workflows and CWL tools|-|AWS, OpenStack, Azure|
8181
|[Apache Taverna](https://taverna.incubator.apache.org/)|Domain-independent Workflow Management System|[alpha](https://issues.apache.org/jira/browse/TAVERNA-900)|-|
8282
|[AWE](https://github.com/MG-RAST/AWE)|Workflow and resource management system for bioinformatics data analysis.|[alpha](https://github.com/wgerlach/AWE)|-|
83-
|[yacle](https://github.com/otiai10/yacle)|Yet Another CWL Engine|-|-|
83+
|[yacle](https://github.com/otiai10/yacle)|Yet Another CWL Engine| [![Build Status](https://travis-ci.org/otiai10/yacle.svg?branch=master)](https://travis-ci.org/otiai10/yacle) [![](https://img.shields.io/badge/dynamic/json.svg?label=CWL%20Conformance&url=https%3A%2F%2Fraw.githubusercontent.com%2Fotiai10%2Fyacle%2Fmaster%2F.conformance.json&query=pass&colorB=95c31e&suffix=%20cases)](https://github.com/common-workflow-language/common-workflow-language) | local |
8484

8585

8686
## Repositories of CWL Tools and Workflows
@@ -222,6 +222,7 @@ Conduct](https://github.com/common-workflow-language/common-workflow-language/bl
222222
* Roman Valls Guimerà; https://orcid.org/0000-0002-0034-9697
223223
* Guillermo Carrasco Hernandez <[email protected]>
224224
* Kenzo-Hugo Hillion; https://orcid.org/0000-0002-6517-6934
225+
* Manabu Ishii, RIKEN; https://orcid.org/0000-0002-5843-4712
225226
* Sinisa Ivkovic <[email protected]>
226227
* Sehrish Kanwal; https://orcid.org/0000-0002-5044-4692
227228
* Andrey Kartashov; https://orcid.org/0000-0001-9102-5681
@@ -231,13 +232,16 @@ Conduct](https://github.com/common-workflow-language/common-workflow-language/bl
231232
* Hervé Ménager, Institut Pasteur; https://orcid.org/0000-0002-7552-1009
232233
* Maxim Mikheev <[email protected]>
233234
* Michael Miller <[email protected]>
235+
* Tazro Ohta, DBCLS; http://orcid.org/0000-0003-3777-5945
234236
* Tim Pierce <[email protected]>
235237
* Josh Randall; https://orcid.org/0000-0003-1540-203X
236238
* Mark Robinson; https://orcid.org/0000-0002-8184-7507
237239
* Janko Simonović <[email protected]>
238240
* Stian Soiland-Reyes, University of Manchester; https://orcid.org/0000-0001-9842-9718
239241
* Luka Stojanovic <[email protected]>
242+
* Tomoya Tanjo, NII; https://orcid.org/0000-0002-4421-9659
240243
* Nebojša Tijanić <[email protected]>
244+
* Hiromu Ochiai; [@otiai10](https://github.com/otiai10) https://orcid.org/0000-0001-6636-856X
241245

242246
## CWL Advisors
243247

website.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
rm -Rf draft-3 v1.0 v1.1.0-dev1 env3 temp
3+
rm -Rf draft-3 v1.0 v1.1.0-dev1 temp
44

55
git clone https://github.com/common-workflow-language/common-workflow-language.git \
66
temp

0 commit comments

Comments
 (0)