-
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
0 parents
commit 34186d6
Showing
1 changed file
with
37 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,37 @@ | ||
bbp-workflow | ||
============ | ||
|
||
Automated pipelines of batch jobs using python and the luigi framework. | ||
|
||
|
||
Documentation | ||
============= | ||
|
||
* `latest release <https://bbp-workflow.readthedocs.io/en/stable/>`_ | ||
* `latest snapshot <https://bbp-workflow.readthedocs.io/en/latest/>`_ | ||
|
||
Installation | ||
============ | ||
|
||
bbp-workflow can be pip installed with the following command: | ||
|
||
.. code-block:: bash | ||
$ pip install bbp-workflow | ||
Tests | ||
===== | ||
|
||
.. code-block:: bash | ||
pip install tox | ||
tox | ||
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. | ||
|
||
For license and authors, see LICENSE.txt and AUTHORS.txt respectively. | ||
|
||
Copyright (c) 2022-2024 Blue Brain Project/EPFL |