diff options
author | pjotrp | 2017-02-26 19:13:31 +0000 |
---|---|---|
committer | pjotrp | 2017-02-26 19:13:31 +0000 |
commit | 7affda5295cb6bab9cd336be0fea70e1c2bf24d2 (patch) | |
tree | 8484a497a32d8d4919c44b64daef0e5f7585c279 /gn/packages/cwl.scm | |
parent | 699b05703c743baf51f720db22eb0a2438cb8cad (diff) | |
download | guix-bioinformatics-7affda5295cb6bab9cd336be0fea70e1c2bf24d2.tar.gz |
Added comments on guix viability
- removed r-wcna and r-preprocesscore as they are in Guix now
Diffstat (limited to 'gn/packages/cwl.scm')
-rw-r--r-- | gn/packages/cwl.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gn/packages/cwl.scm b/gn/packages/cwl.scm index 8c41187..2acac7c 100644 --- a/gn/packages/cwl.scm +++ b/gn/packages/cwl.scm @@ -15,7 +15,7 @@ #:use-module (guix build-system trivial) #:use-module (srfi srfi-1)) -(define-public python-cwltool +(define-public python-cwltool ; guix: needs work (package (name "python-cwltool") (version "1.0.20150916041152") |