-
Notifications
You must be signed in to change notification settings - Fork 3
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
01e1394
commit b1c2715
Showing
2 changed files
with
33 additions
and
63 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,33 @@ | ||
# Daisy/CGAT Bench | ||
|
||
Daisy is a system to design and execute benchmarking tasks. | ||
|
||
After installation, use the ``daisy`` command to see how to use them. | ||
|
||
For questions, please open a discussion on the GitHub | ||
`issue page <https://github.com/cgat-developers/cgat-daisy/issues>`_. | ||
|
||
Installation | ||
============ | ||
|
||
daisy is available via pypi: | ||
|
||
``` | ||
pip install cgat-daisy | ||
``` | ||
|
||
or in conda: | ||
|
||
``` | ||
conda install cgat-daisy | ||
``` | ||
|
||
Usage | ||
===== | ||
|
||
Run the ``daisy --help`` for the tools that are available. | ||
|
||
Documentation | ||
============= | ||
|
||
Full documentation is on RTD (WIP) |
This file was deleted.
Oops, something went wrong.