diff options
author | Rob van Nues <rvnues at tesco {dot} net> | 2017-09-10 11:52:41 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-09-16 07:15:00 +0700 |
commit | 4d2baae773503a795b124331c9b813144fcbc277 (patch) | |
tree | ff0dd0dbeba6142b9900b4c7cab9e0b84f55cec4 /python/ruffus/README | |
parent | 52f75bd0fd51af0098d60584c8129b6d26bacb25 (diff) |
python/ruffus: Added (Computation Pipeline library).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'python/ruffus/README')
-rw-r--r-- | python/ruffus/README | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/python/ruffus/README b/python/ruffus/README new file mode 100644 index 0000000000000..8086f4afd9c42 --- /dev/null +++ b/python/ruffus/README @@ -0,0 +1,10 @@ +Ruffus is a Computation Pipeline library for python. It is +open-sourced, powerful and user-friendly, and widely used in science +and bioinformatics. Ruffus is designed to allow scientific and other +analyses to be automated with the minimum of fuss and the least effort. + +Please cite Ruffus as: Leo Goodstadt (2010): Ruffus: a lightweight +Python library for computational pipelines. Bioinformatics 26(21): +2778-2779 + +Optional requirement: graphviz |