Skip to content

Commit a2c96c6

Browse files
committed
add reference to cwl-utils and fix typos in paper.md
1 parent 8737a73 commit a2c96c6

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

paper/paper.bib

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,13 @@ @misc{miniwdl
2626
publisher = {GitHub},
2727
journal = {GitHub repository},
2828
url = {https://github.com/chanzuckerberg/miniwdl/}
29+
}
30+
31+
@misc{cwl_utils,
32+
author = {CWL Community},
33+
title = {cwl-utils},
34+
year = {2019},
35+
publisher = {GitHub},
36+
journal = {GitHub repository},
37+
url = {https://github.com/common-workflow-language/cwl-utils}
2938
}

paper/paper.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ The ``wdl2cwl`` package uses the ``miniwdl`` package [@miniwdl], an open-source,
3333
developer toolkit and local runner for running wdl files. The ``wdl2cwl`` package was
3434
designed to provide a class-based and developer-friendly interface for extracting
3535
the various sections of a wdl file, dynamically create the various objects
36-
needed to create a valid cwl file ( this is done using the ``cwl.utils`` package [@cwl.utils],
36+
needed to create a valid cwl file ( this is done using the ``cwl.utils`` package [@cwl_utils],
3737
an open-source, Python package for parsing cwl files) and performing error checking
3838
for valid imports, input declarations, expressions etc.
3939

@@ -48,6 +48,6 @@ that can be used by users of either languages and so much more.
4848

4949
# Acknowledgements
5050

51-
We acknowledge the work by tthe developers of miniwdl, cwl, wdl
51+
We acknowledge the work by the developers of miniwdl, CWL and WDL.
5252

5353
# References

0 commit comments

Comments
 (0)