Skip to content

Commit 61e8478

Browse files
authored
Merge pull request #281 from common-workflow-language/main
2022 Week 41 release
2 parents df4a7a2 + 9f99f68 commit 61e8478

35 files changed

+790
-217
lines changed

.github/workflows/gh-pages.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
- name: Install apt packages
1919
run: |
20-
sudo apt-get install -y graphviz
20+
sudo apt-get install -y graphviz tree
2121
2222
- name: Set up Python
2323
uses: actions/setup-python@v4

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ _site
1010
.Rhistory
1111
.RData
1212
_build/
13+
build/
1314
*.egg-info/
1415

1516
src/_includes/cwl/**/output.txt

.readthedocs.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ build:
99
nodejs: "16"
1010
apt_packages:
1111
- graphviz
12+
- tree
1213

1314
sphinx:
1415
configuration: src/conf.py

.zenodo.json

+123-6
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,135 @@
66
"publication_type": "softwaredocumentation",
77
"creators": [
88
{
9-
"affiliation": "European Molecular Biology Laboratory",
10-
"orcid": "https://orcid.org/0000-0003-1766-456X",
11-
"name": "Toby Hodges"
9+
"name": "Alain Domissy"
10+
},
11+
{
12+
"name": "Andrew Jesaitis"
13+
},
14+
{
15+
"name": "bamiwoaluko"
16+
},
17+
{
18+
"orcid": "https://orcid.org/0000-0002-6206-4638>",
19+
"name": "Benjamin Carr"
20+
},
21+
{
22+
"name": "Michele Mastropietro",
23+
"orcid": "https://orcid.org/0000-0002-6324-5713"
24+
},
25+
{
26+
"name": "Emannuel Fernandes de Oliveira Carvalho"
27+
},
28+
{
29+
"name": "Eugene Miloslavsky"
30+
},
31+
{
32+
"name": "Robin Long",
33+
"orcid": "https://orcid.org/0000-0003-2249-645X"
34+
},
35+
{
36+
"name": "Ngumih Fien"
37+
},
38+
{
39+
"name": "gathoni-k"
40+
},
41+
{
42+
"name": "Henry Liu"
43+
},
44+
{
45+
"name": "Marijke J. van Baren"
1246
},
1347
{
14-
"affiliation": "Common Workflow Language project",
48+
"name": "jessMaia"
49+
},
50+
{
51+
"name": "Bruno P. Kinoshita",
52+
"orcid": "https://orcid.org/0000-0001-8250-4074"
53+
},
54+
{
55+
"name": "Kaushik Ghose",
56+
"orcid": "https://orcid.org/0000-0003-2933-1260"
57+
},
58+
{
59+
"name": "Konstantin Taletskiy",
60+
"orcid": "https://orcid.org/0000-0001-6846-9815"
61+
},
62+
{
63+
"name": "Kushal Beniwal"
64+
},
65+
{
66+
"name": "Mark A. Jensen",
67+
"orcid": "https://orcid.org/0000-0001-5215-101X"
68+
},
69+
{
70+
"name": "Levai Mackenzie Ágbàrà"
71+
},
72+
{
73+
"name": "Manabu Ishii",
74+
"orcid": "https://orcid.org/0000-0002-5843-4712"
75+
},
76+
{
77+
"name": "medcelerate"
78+
},
79+
{
80+
"name": "Michael R. Crusoe",
1581
"orcid": "https://orcid.org/0000-0002-2961-9670",
16-
"name": "Michael R. Crusoe"
82+
"affiliation": "Common Workflow Language project"
83+
},
84+
{
85+
"name": "Ruth B. McCole",
86+
"orcid": "https://orcid.org/0000-0002-1861-7055"
87+
},
88+
{
89+
"name": "sersorrel"
90+
},
91+
{
92+
"name": "Adrian Sharma"
93+
},
94+
{
95+
"name": "Steffen Möller",
96+
"orcid": "https://orcid.org/0000-0002-7187-4683"
97+
},
98+
{
99+
"name": "Oghenemaro Akpobi"
100+
},
101+
{
102+
"name": "Stian Soiland-Reyes",
103+
"orcid": "https://orcid.org/0000-0001-9842-9718"
104+
},
105+
{
106+
"name": "Luka Stojanovic"
107+
},
108+
{
109+
"name": "Sarah Wait Zaranek",
110+
"orcid": "https://orcid.org/0000-0003-4716-9121"
111+
},
112+
{
113+
"name": "Peter Amstutz",
114+
"orcid": "https://orcid.org/0000-0003-3566-7705"
115+
},
116+
{
117+
"name": "Toby Hodges",
118+
"affiliation": "European Molecular Biology Laboratory",
119+
"orcid": "https://orcid.org/0000-0003-1766-456X"
120+
},
121+
{
122+
"name": "Tomoya Tanjo",
123+
"orcid": "https://orcid.org/0000-0002-4421-9659"
124+
},
125+
{
126+
"name": "Daiki Tsuchiya",
127+
"orcid": "https://orcid.org/0000-0003-2112-9316"
128+
},
129+
{
130+
"name": "Wolfgang Gerlach",
131+
"orcid": "https://orcid.org/0000-0002-1480-1242"
132+
},
133+
{
134+
"name": "Zipho Mashologu"
17135
}
18136
],
19137
"access_right": "open",
20-
"notes": "Based off of the excellent Software/Data Carpentry templates: https://doi.org/10.5281/zenodo.838778",
21138
"related_identifiers": [
22139
{
23140
"scheme": "url",

AUTHORS.md

+43-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,43 @@
1-
FIXME: list authors' names and email addresses.
1+
Thank you to the following contributors (in alphabetical order by user name):
2+
* Alain Domissy (@alaindomissy)
3+
* Andrew Jesaitis (@andrewjesaitis)
4+
* @bamiwoaluko
5+
* Benjamin Carr (@BenjaminHCCarr) <https://orcid.org/0000-0002-6206-4638>
6+
* Michele Mastropietro (@elehcim) <https://orcid.org/0000-0002-6324-5713>
7+
* Emannuel Fernandes de Oliveira Carvalho (@emannuelOC)
8+
* Eugene Miloslavsky (@emiloslavsky)
9+
* Robin Long (@longr) <https://orcid.org/0000-0003-2249-645X>
10+
* Ngumih Fien (@Fienne)
11+
* @gathoni-k
12+
* Henry Liu (@HenryLiu0)
13+
* Marijke J. van Baren (@Jeltje)
14+
* @jessMaia
15+
* Bruno P. Kinoshita (@kinow) <https://orcid.org/0000-0001-8250-4074>
16+
* Kaushik Ghose (@kghose) <https://orcid.org/0000-0003-2933-1260>
17+
* Konstantin Taletskiy (@ktaletsk) <https://orcid.org/0000-0001-6846-9815>
18+
* Kushal Beniwal (@KushalBeniwal)
19+
* Mark A. Jensen (@majensen) <https://orcid.org/0000-0001-5215-101X>
20+
* Levai Mackenzie Ágbàrà (@Mackenzie-OO7)
21+
* Manabu Ishii (@manabuishii) <https://orcid.org/0000-0002-5843-4712>
22+
* @medcelerate
23+
* Michael Crusoe (@mr-c) <http://orcid.org/0000-0002-2961-9670>
24+
* Ruth B. McCole (@rmccole) <https://orcid.org/0000-0002-1861-7055>
25+
* @sersorrel
26+
* Adrian Sharma (@sharmatime)
27+
* Steffen Möller (@smoe) https://orcid.org/0000-0002-7187-4683
28+
* Oghenemaro Akpobi (@Smyja)
29+
* Stian Soiland-Reyes (@stain) <https://orcid.org/0000-0001-9842-9718>
30+
* Luka Stojanovic (@StarvingMarvin)
31+
* Sarah Wait Zaranek (@swzCuroverse) https://orcid.org/0000-0003-4716-9121
32+
* Peter Amstutz (@tetron) <https://orcid.org/0000-0003-3566-7705>
33+
* Toby Hodges (@tobyhodges) <https://orcid.org/0000-0003-1766-456X>
34+
* Tomoya Tanjo (@tom-tan) <https://orcid.org/0000-0002-4421-9659>
35+
* Daiki Tsuchiya (@tsuchi8) <https://orcid.org/0000-0003-2112-9316>
36+
* Wolfgang Gerlach (@wgerlach) <https://orcid.org/0000-0002-1480-1242>
37+
* Zipho Mashologu (@zipho)
38+
39+
Thanks to:
40+
* [Common Workflow Language community](https://www.commonwl.org/community/)
41+
and the members of the CWL forums and chat rooms.
42+
* [ELIXIR](https://elixir-europe.org/), and ELIXIR Netherlands
43+
* CZI Essential Open Source Software for Science (EOSS)

CITATION.md

+10-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
# Citation
22

3-
To cite the Common Workflow Language and the CWL project in a scholary work, please use:
3+
To cite the Common Workflow Language project in a scholary work, please use:
44

5-
Michael R. Crusoe, Sanne Abeln, Alexandru Iosup, Peter Amstutz, John Chilton, Nebojša Tijanić, Hervé Ménager, Stian Soiland-Reyes, Bogdan Gavrilović, Carole Goble, and The CWL Community. 2022. Methods included: standardizing computational reuse and portability with the Common Workflow Language. Commun. ACM 65, 6 (June 2022), 54–63. https://doi.org/10.1145/3486897
5+
Michael R. Crusoe, Sanne Abeln, Alexandru Iosup, Peter Amstutz, John Chilton, Nebojša Tijanić,
6+
Hervé Ménager, Stian Soiland-Reyes, Bogdan Gavrilović, Carole Goble, and The CWL Community. 2022.
7+
Methods Included: Standardizing Computational Reuse and Portability with the Common Workflow Language.
8+
Commun. ACM 65, 6 (June 2022), 54–63. https://doi.org/10.1145/3486897
69

10+
```
711
@article{10.1145/3486897,
812
author = {Crusoe, Michael R. and Abeln, Sanne and Iosup, Alexandru and Amstutz, Peter and Chilton, John and Tijani\'{c}, Neboj\v{s}a and M\'{e}nager, Herv\'{e} and Soiland-Reyes, Stian and Gavrilovi\'{c}, Bogdan and Goble, Carole and Community, The CWL},
913
title = {Methods Included: Standardizing Computational Reuse and Portability with the Common Workflow Language},
@@ -22,6 +26,7 @@ month = {may},
2226
pages = {54–63},
2327
numpages = {10}
2428
}
29+
```
2530

2631
To cite just the CWL standards themselves, please use the following inclusive of the DOI:
2732

@@ -32,6 +37,7 @@ Stojanovic, Luka (2016): Common Workflow Language, v1.0. Specification,
3237
Common Workflow Language working group. https://w3id.org/cwl/v1.0/
3338
https://dx.doi.org/10.6084/m9.figshare.3115156.v2
3439

40+
```
3541
@data{cwl,
3642
doi = {10.6084/m9.figshare.3115156.v2},
3743
url = {https://doi.org/10.6084/m9.figshare.3115156.v2},
@@ -45,8 +51,9 @@ Luka Stojanovic
4551
title = {Common Workflow Language, v1.0},
4652
year = {2016}
4753
}
54+
```
4855

49-
# the above is from https://github.com/common-workflow-language/common-workflow-language/blob/main/CITATION
56+
[//]: # (the above is from https://github.com/common-workflow-language/common-workflow-language/blob/main/CITATION.cff)
5057

5158
Our preferred DOI for the "CWL User Guide" is http://doi.org/10.5281/zenodo.840129
5259

CONTRIBUTING.md

+64-5
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,14 @@ and to meet some of our community members.
4141
3. If you are comfortable with Git,
4242
and would like to add or change material,
4343
you can submit a pull request (PR).
44-
Instructions for doing this are [included below][#using-github].
44+
Instructions for doing this are [included below][using-github].
45+
46+
4. To build and run the user guide locally, see **Building** below
47+
48+
**Note:** The published version of the user guide <https://www.commonwl.org/user_guide/> is built from the `release` branch.
49+
New changes are gathered on the default (`main`) branch which is built at <https://common-workflow-languageuser-guide.readthedocs.io/en/latest/>
50+
as a preview. Once we collect many changes from the `main` branch, we merge them into the `release` branch.
4551

46-
4. To build and run the user guide locally, see [building][#building].
4752

4853
Pull requests include an automatic preview provided by
4954
[ReadTheDocs](https://readthedocs.org/projects/common-workflow-languageuser-guide/).
@@ -101,11 +106,13 @@ in `Makefile`).
101106
# Create and activate a virtual environment
102107
python -m venv venv
103108
source venv/bin/activate
109+
# update the version of pip, setuptools, and wheel
110+
(venv) pip install -U pip setuptools wheel
104111
# Install the dependencies in your virtual environment
105-
(venv) pip install -e .[all]
112+
(venv) pip install .[all]
106113
# Create the HTML to visualize locally
107114
(venv) make html
108-
(venv) firefox _build/index.html
115+
(venv) open _build/index.html
109116
# Or you can start a serve that watches for local file changes
110117
(venv) make watch
111118
# Open <http://localhost:8000/> in your browser
@@ -118,6 +125,56 @@ source venv/bin/activate
118125
> correctly, but failure to deploy the production version after the pull request
119126
> gets merged.
120127
128+
## Style Guide
129+
130+
We must use the phrase "CWL standards" or "CWL open standards" when talking about CWL.
131+
We must use the word "specification" only when talking specifically about the CWL
132+
specification document.
133+
134+
Whenever a page is updated we must verify that it does not break existing
135+
links, both internal and external. The `make html` command will fail if Sphinx detects broken links.
136+
It only works for links managed by Sphinx (i.e. table of contents links,
137+
or links to Markdown pages). For simple HTML links (e.g. `< href=>` or
138+
markdown external links) pull request reviewers must verify that links
139+
are still working after the change.
140+
141+
Use “tool description” not “tool wrapper” for describing the first argument
142+
given to the `cwl-runner` or `cwltool` commands.
143+
144+
### Code examples
145+
146+
To include code into a Markdown file you have two options. For external files use
147+
the following command:
148+
149+
````
150+
```{literalinclude} /_includes/cwl/hello_world.cwl
151+
:language: cwl
152+
```
153+
````
154+
155+
For code examples in the same page, you can use fence blocks.
156+
157+
````
158+
```bash
159+
echo "Hello world"
160+
```
161+
````
162+
163+
If you would like to customize the syntax highlighting styles
164+
you will have to customize the Sphinx and Pygments settings.
165+
To preview Pygments output with different styles, use their
166+
[Pygments demo tool](https://pygments.org/demo/).
167+
168+
### Creating Links
169+
170+
Sphinx and the theme are configured to auto-generate anchor slug
171+
links for sections. So sections like ``## cwl standard`` are translated
172+
into an anchor link `#cwl-standard`.
173+
174+
If you are having trouble with links to sections or code blocks, it might
175+
be due to duplicated sections, or to spaces or other characters. To
176+
preview the generated links, use the `myst-anchors` tool.
177+
121178
## Other Resources
122179

123180
General discussion of [Common Workflow Language][cwl-site] project
@@ -128,7 +185,9 @@ which everyone is welcome to join.
128185
[github]: https://github.com
129186
[github-flow]: https://guides.github.com/introduction/flow/
130187
[github-join]: https://github.com/join
131-
[how-contribute]: https://egghead.io/series/how-to-contribute-to-an-open-source-project-on-github
188+
[how-contribute]: https://docs.github.com/en/get-started/quickstart/contributing-to-projects
132189
[issues]: https://github.com/common-workflow-language/user_guide/issues
190+
[cwl-issues]: https://github.com/common-workflow-language/common-workflow-language/issues
133191
[repo]: https://github.com/common-workflow-language/user_guide
134192
[cwl-site]: https://www.commonwl.org/
193+
[using-github]: https://docs.github.com/en/get-started/

0 commit comments

Comments
 (0)