* [PATCH] gnu: Add OrfM.
@ 2015-06-09 14:15 Ricardo Wurmus
2015-06-10 19:36 ` Ludovic Courtès
0 siblings, 1 reply; 2+ messages in thread
From: Ricardo Wurmus @ 2015-06-09 14:15 UTC (permalink / raw)
To: Guix-devel
[-- Attachment #1: Type: text/plain, Size: 131 bytes --]
Hi Guix,
attached is a patch based on a slightly edited snippet that came in
through the bio-packaging mailing list.
~~ Ricardo
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-Add-OrfM.patch --]
[-- Type: text/x-patch, Size: 1651 bytes --]
From 6cbd193a53f90e798efc4d83f7acb1d3ae51de12 Mon Sep 17 00:00:00 2001
From: Ben Woodcroft <b.woodcroft@uq.edu.au>
Date: Tue, 9 Jun 2015 16:10:51 +0200
Subject: [PATCH] gnu: Add OrfM.
* gnu/packages/bioinformatics.scm (orfm): New variable.
Signed-off-by: Ricardo Wurmus <ricardo.wurmus@mdc-berlin.de>
---
gnu/packages/bioinformatics.scm | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 8d59768..55b2ff6 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -1192,6 +1192,27 @@ RNA-Seq, the MISO model uses Bayesian inference to compute the probability
that a read originated from a particular isoform.")
(license license:gpl2)))
+(define-public orfm
+ (package
+ (name "orfm")
+ (version "0.3.2")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append
+ "https://github.com/wwood/OrfM/releases/download/v"
+ version "/orfm-" version ".tar.gz"))
+ (sha256
+ (base32
+ "00jqvlspj9662ni9r4n1snxfnwkzc02i46g5nk1kwjshi6v3vgg3"))))
+ (build-system gnu-build-system)
+ (inputs `(("zlib" ,zlib)))
+ (synopsis "Simple and not slow open reading frame (ORF) caller")
+ (description
+ "An ORF caller finds stretches of DNA that when translated are not
+interrupted by stop codons. OrfM finds and prints these ORFs.")
+ (home-page "https://github.com/wwood/OrfM")
+ (license license:lgpl3+)))
+
(define-public python2-pbcore
(package
(name "python2-pbcore")
--
2.1.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] gnu: Add OrfM.
2015-06-09 14:15 [PATCH] gnu: Add OrfM Ricardo Wurmus
@ 2015-06-10 19:36 ` Ludovic Courtès
0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2015-06-10 19:36 UTC (permalink / raw)
To: Ricardo Wurmus; +Cc: Guix-devel
Ricardo Wurmus <ricardo.wurmus@mdc-berlin.de> skribis:
> From 6cbd193a53f90e798efc4d83f7acb1d3ae51de12 Mon Sep 17 00:00:00 2001
> From: Ben Woodcroft <b.woodcroft@uq.edu.au>
> Date: Tue, 9 Jun 2015 16:10:51 +0200
> Subject: [PATCH] gnu: Add OrfM.
>
> * gnu/packages/bioinformatics.scm (orfm): New variable.
>
> Signed-off-by: Ricardo Wurmus <ricardo.wurmus@mdc-berlin.de>
LGTM! And welcome to Ben. ;-)
Ludo’.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-06-10 19:40 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-09 14:15 [PATCH] gnu: Add OrfM Ricardo Wurmus
2015-06-10 19:36 ` Ludovic Courtès
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.