summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2015-09-14 12:05:15 -0400
committerDavid Thompson <dthompson2@worcester.edu>2015-09-14 12:05:15 -0400
commit801a0a221956dfeeddf7a8c85a66ff106dc33d7a (patch)
tree34a9e5d05a1f5385e610e2a50d1a5a9549e1209a /gnu
parentb429c4fbb06299ce10ecc113a7818bf777c63a6e (diff)
downloadguix-patches-801a0a221956dfeeddf7a8c85a66ff106dc33d7a.tar
guix-patches-801a0a221956dfeeddf7a8c85a66ff106dc33d7a.tar.gz
Revert "gnu: Add bio-locus."
This reverts commit b429c4fbb06299ce10ecc113a7818bf777c63a6e.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/bioinformatics.scm24
1 files changed, 0 insertions, 24 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index c4ba0e082f..03eb2dfe30 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -2616,27 +2616,3 @@ data in the form of VCF files.")
;; The license is declared as LGPLv3 in the README and
;; at http://vcftools.sourceforge.net/license.html
(license license:lgpl3)))
-
-(define-public bio-locus
- (package
- (name "bio-locus")
- (version "0.0.7")
- (source
- (origin
- (method url-fetch)
- (uri (rubygems-uri "bio-locus" version))
- (sha256
- (base32
- "02vmrxyimkj9sahsp4zhfhnmbvz6dbbqz1y01vglf8cbwvkajfl0"))))
- (build-system ruby-build-system)
- (native-inputs
- `(("ruby-rspec" ,ruby-rspec)))
- (synopsis "Tool for fast querying of genome locations")
- (description
- "Bio-locus is a tabix-like tool for fast querying of genome
-locations. Many file formats in bioinformatics contain records that
-start with a chromosome name and a position for a SNP, or a start-end
-position for indels. Bio-locus allows users to store this chr+pos or
-chr+pos+alt information in a fast database.")
- (home-page "https://github.com/pjotrp/bio-locus")
- (license license:expat)))