guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: Add bio-blastxmlparser.


From: Ricardo Wurmus
Subject: 01/01: gnu: Add bio-blastxmlparser.
Date: Mon, 28 Sep 2015 10:22:54 +0000

rekado pushed a commit to branch master
in repository guix.

commit b2bddb07ef16b10c926a598fcaf10d760d56c409
Author: Pjotr Prins <address@hidden>
Date:   Mon Sep 28 12:19:21 2015 +0200

    gnu: Add bio-blastxmlparser.
    
    * gnu/packages/bioinformatics.scm (bio-blastxmlparser): New variable.
---
 gnu/packages/bioinformatics.scm |   24 ++++++++++++++++++++++++
 1 files changed, 24 insertions(+), 0 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 8fc6142..2d81f90 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -2733,6 +2733,30 @@ chr+pos+alt information in a database.")
     (home-page "https://github.com/pjotrp/bio-locus";)
     (license license:expat)))
 
+(define-public bio-blastxmlparser
+  (package
+    (name "bio-blastxmlparser")
+    (version "2.0.4")
+    (source (origin
+              (method url-fetch)
+              (uri (rubygems-uri "bio-blastxmlparser" version))
+              (sha256
+               (base32
+                "1wf4qygcmdjgcqm6flmvsagfr1gs9lf63mj32qv3z1f481zc5692"))))
+    (build-system ruby-build-system)
+    (propagated-inputs
+     `(("ruby-bio-logger" ,ruby-bio-logger)
+       ("ruby-nokogiri" ,ruby-nokogiri)))
+    (inputs
+     `(("ruby-rspec" ,ruby-rspec)))
+    (synopsis "Fast big data BLAST XML parser and library")
+    (description
+     "Very fast parallel big-data BLAST XML file parser which can be used as
+command line utility.  Use blastxmlparser to: Parse BLAST XML; filter output;
+generate FASTA, JSON, YAML, RDF, JSON-LD, HTML, CSV, tabular output etc.")
+    (home-page "http://github.com/pjotrp/blastxmlparser";)
+    (license license:expat)))
+
 (define-public bioruby
   (package
     (name "bioruby")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]