-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
52688ad
commit 28dd183
Showing
1 changed file
with
21 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,30 @@ | ||
blue-cwl | ||
======== | ||
|
||
Common Workflow Language tool/workflow definitions, wrappers, and API | ||
|
||
Installation | ||
============ | ||
|
||
Common Workflow Language tool definitions | ||
blue-cwl can be pip installed with the following command: | ||
|
||
.. code-block:: bash | ||
Installation | ||
------------ | ||
$ pip install blue-cwl | ||
Tests | ||
===== | ||
|
||
.. code-block:: bash | ||
pip install tox | ||
tox | ||
.. Replace this text by proper installation instructions. | ||
Acknowledgements | ||
================ | ||
|
||
The development of this software was supported by funding to the Blue Brain Project, a research center of the École polytechnique fédérale de Lausanne (EPFL), from the Swiss government’s ETH Board of the Swiss Federal Institutes of Technology. | ||
|
||
Examples | ||
-------- | ||
For license and authors, see LICENSE.txt and AUTHORS.txt respectively. | ||
|
||
.. Provide here some examples on how this software can be used. | ||
Copyright (c) 2022-2024 Blue Brain Project/EPFL |