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/ruby.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/ruby.scm')
-rw-r--r-- | gn/packages/ruby.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gn/packages/ruby.scm b/gn/packages/ruby.scm index 41743d9..5307e1c 100644 --- a/gn/packages/ruby.scm +++ b/gn/packages/ruby.scm @@ -96,7 +96,7 @@ a focus on simplicity and productivity.") (home-page "https://ruby-lang.org") (license license:ruby))) -(define-public bio-vcf +(define-public bio-vcf ; guix ready with tests (package (name "bio-vcf") (version "0.9.2") @@ -121,7 +121,7 @@ filtering and output rewriting (JSON, RDF etc.)") "http://github.com/pjotrp/bioruby-vcf") (license expat))) -(define-public bio-table +(define-public bio-table ; guix ready with tests (package (name "bio-table") (version "1.0.0") @@ -228,7 +228,7 @@ for an example.") (home-page "https://github.com/knu/webrobots") (license #f))) -(define-public ruby-mechanize +(define-public ruby-mechanize ; guix maybe ready (package (name "ruby-mechanize") (version "2.7.5") |