aboutsummaryrefslogtreecommitdiff
path: root/gn/packages/ruby.scm
diff options
context:
space:
mode:
authorEfraim Flashner2019-08-05 07:04:50 -0500
committerEfraim Flashner2019-08-05 07:07:35 -0500
commite1880fa256769bd201ead3746d612fb3283211b0 (patch)
tree3889676e08c67fc1d539556e411ead4a6e508688 /gn/packages/ruby.scm
parent06896867d9adc2e060e49222f286b306ef920e92 (diff)
downloadguix-bioinformatics-e1880fa256769bd201ead3746d612fb3283211b0.tar.gz
gn: Remove some duplicate packages
Diffstat (limited to 'gn/packages/ruby.scm')
-rw-r--r--gn/packages/ruby.scm47
1 files changed, 0 insertions, 47 deletions
diff --git a/gn/packages/ruby.scm b/gn/packages/ruby.scm
index e46616c..8dfb1d2 100644
--- a/gn/packages/ruby.scm
+++ b/gn/packages/ruby.scm
@@ -292,53 +292,6 @@ a history.")
"https://github.com/pjotrp/bioruby-logger-plugin")
(license #f)))
-(define-public bio-table ; guix maybe ready
-(package
- (name "bio-table")
- (version "1.0.0")
- (source
- (origin
- (method url-fetch)
- (uri (rubygems-uri "bio-table" version))
- (sha256
- (base32
- "1jlpls734kd41rffn2y2747nr14k5rwgaj2g3k48i9xgsfcmrn6r"))))
- (build-system ruby-build-system)
- (propagated-inputs
- `(("ruby-bio-logger" ,ruby-bio-logger)))
- (arguments
- `(#:tests? #f)) ;; no bundler
- (synopsis
- "Functions and tools for tranforming and changing tab delimited and comma separated table files - useful for Excel sheets and SQL/RDF output")
- (description
- "Functions and tools for tranforming and changing tab delimited and comma separated table files - useful for Excel sheets and SQL/RDF output")
- (home-page
- "http://github.com/pjotrp/bioruby-table")
- (license license:expat)))
-
-
-(define-public bio-vcf ; guix maybe ready
-(package
- (name "bio-vcf")
- (version "0.9.2")
- (source
- (origin
- (method url-fetch)
- (uri (rubygems-uri "bio-vcf" version))
- (sha256
- (base32
- "1007bn0w8l11q867lxsyqnk0vgvv12skvk9gyglv7g44knr5vh4j"))))
- (build-system ruby-build-system)
- (arguments
- `(#:tests? #f)) ;; no bundler/cucumber
- (synopsis
- "Smart lazy multi-threaded parser for VCF format with useful filtering and output rewriting (JSON, RDF etc.)")
- (description
- "Smart lazy multi-threaded parser for VCF format with useful filtering and output rewriting (JSON, RDF etc.)")
- (home-page
- "http://github.com/pjotrp/bioruby-vcf")
- (license license:expat)))
-
(define-public ruby-faraday
(package
(name "ruby-faraday")