You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 16-file-formats/index.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,11 +54,11 @@ parameterization.
54
54
:language: yaml
55
55
```
56
56
57
-
___Note:___ To follow the example below, you need to download the example input file, *file-formats.bam*. The file is available from [https://github.com/common-workflow-language/user_guide/raw/gh-pages/_includes/cwl/16-file-formats/file-formats.bam
58
-
](https://github.com/common-workflow-language/user_guide/raw/gh-pages/_includes/cwl/16-file-formats/file-formats.bam) and can be downloaded e.g. via `wget`:
57
+
___Note:___ To follow the example below, you need to download the example input file, *file-formats.bam*. The file is available from [https://github.com/common-workflow-language/user_guide/raw/main/_includes/cwl/16-file-formats/file-formats.bam
58
+
](https://github.com/common-workflow-language/user_guide/raw/main/_includes/cwl/16-file-formats/file-formats.bam) and can be downloaded e.g. via `wget`:
Copy file name to clipboardExpand all lines: 19-custom-types/index.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,10 +36,10 @@ converting a standard biom table file to hd5 format.
36
36
:language: yaml
37
37
```
38
38
39
-
___Note:___ To follow the example below, you need to download the example input file, *rich_sparse_otu_table.biom*. The file is available from [https://raw.githubusercontent.com/common-workflow-language/user_guide/gh-pages/_includes/cwl/19-custom-types/rich_sparse_otu_table.biom](https://raw.githubusercontent.com/common-workflow-language/user_guide/gh-pages/_includes/cwl/19-custom-types/rich_sparse_otu_table.biom) and can be downloaded e.g. via `wget`:
39
+
___Note:___ To follow the example below, you need to download the example input file, *rich_sparse_otu_table.biom*. The file is available from [https://raw.githubusercontent.com/common-workflow-language/user_guide/main/_includes/cwl/19-custom-types/rich_sparse_otu_table.biom](https://raw.githubusercontent.com/common-workflow-language/user_guide/main/_includes/cwl/19-custom-types/rich_sparse_otu_table.biom) and can be downloaded e.g. via `wget`:
Copy file name to clipboardExpand all lines: 21-1st-workflow/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ compiles it.
25
25
```
26
26
27
27
```{admonition} Visualization of 1st-workflow.cwl
28
-
[](https://view.commonwl.org/workflows/github.com/common-workflow-language/user_guide/blob/gh-pages/_includes/cwl/21-1st-workflow/1st-workflow.cwl)
28
+
[](https://view.commonwl.org/workflows/github.com/common-workflow-language/user_guide/blob/main/_includes/cwl/21-1st-workflow/1st-workflow.cwl)
29
29
```
30
30
31
31
Use a YAML or a JSON object in a separate file to describe the input of a run:
Copy file name to clipboardExpand all lines: CITATION
+25-5Lines changed: 25 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,29 @@
1
1
# Citation
2
2
3
-
To cite CWL as a project, as a language, or as a standard, use:
3
+
To cite the Common Workflow Language and the CWL project in a scholary work, please use:
4
+
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
6
+
7
+
@article{10.1145/3486897,
8
+
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},
9
+
title = {Methods Included: Standardizing Computational Reuse and Portability with the Common Workflow Language},
10
+
year = {2022},
11
+
issue_date = {June 2022},
12
+
publisher = {Association for Computing Machinery},
13
+
address = {New York, NY, USA},
14
+
volume = {65},
15
+
number = {6},
16
+
issn = {0001-0782},
17
+
url = {https://doi.org/10.1145/3486897},
18
+
doi = {10.1145/3486897},
19
+
abstract = {Standardizing computational reuse and portability with the Common Workflow Language.},
20
+
journal = {Commun. ACM},
21
+
month = {may},
22
+
pages = {54–63},
23
+
numpages = {10}
24
+
}
25
+
26
+
To cite just the CWL standards themselves, please use the following inclusive of the DOI:
4
27
5
28
Amstutz, Peter; Crusoe, Michael R; Tijanić, Nebojša; Chapman, Brad;
We welcome all contributions to improve the lesson! Maintainers will do their best to help you if you have any
12
+
We welcome all contributions to improve the materials! Maintainers will do their best to help you if you have any
13
13
questions, concerns, or experience any difficulties along the way.
14
14
To edit the user guide:
15
15
16
-
We'd like to ask you to familiarize yourself with our [Contribution Guide](CONTRIBUTING.md) and have a look at
17
-
the [more detailed guidelines][lesson-example] on proper formatting, ways to render the lesson locally, and even
18
-
how to write new episodes.
16
+
We'd like to ask you to familiarize yourself with our [Contribution Guide](CONTRIBUTING.md).
19
17
20
-
- The text files for each tutorial can be found in the directory [_episodes](/_episodes/index.md)
21
-
22
-
- The cwl and yaml code files linked to each tutorial can be found in the directory [_includes/cwl](https://github.com/common-workflow-language/user_guide/tree/gh-pages/_includes/cwl)
23
-
24
-
This repo is based upon https://github.com/swcarpentry/styles and should be periodically resynced.
25
-
26
-
## Maintainer(s)
27
18
28
19
* FIXME
29
20
30
21
## Authors
31
22
32
-
A list of contributors to the lesson can be found in [AUTHORS](AUTHORS)
23
+
A list of contributors to these materials can be found in [AUTHORS](AUTHORS)
33
24
34
25
## Citation
35
26
36
-
To cite this lesson, please consult with [CITATION](CITATION)
27
+
To cite these materials, please consult with [CITATION](CITATION)
0 commit comments