From: Ra <ilpuccio.febo@gmail.com>
To: guix-devel <guix-devel@gnu.org>
Subject: [PATCH] gnu: Add kallisto.
Date: Wed, 18 Jan 2017 10:09:14 +0000 [thread overview]
Message-ID: <CACQsWTO889KN1XOaDL2O+1-oBHNr9uX-4ha0-kxNiHYYjds46w@mail.gmail.com> (raw)
[-- Attachment #1.1: Type: text/plain, Size: 2106 bytes --]
Hi,
I think I need your help to identify the right license for this package, I
set bsd-3 only for convenience this is the original license (
https://github.com/pachterlab/kallisto/blob/master/license.txt)
Do I need to use something like :
(license (license:non-copyleft "file://src/COPYING"
"See src/COPYING in the distribution."))))
* gnu/packages/bioinformatics.scm (kallisto): New variable.
---
gnu/packages/bioinformatics.scm | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/gnu/packages/bioinformatics.scm
b/gnu/packages/bioinformatics.scm
index c60bedc..86026fd 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -8502,3 +8502,31 @@ a specified false discovery rate. It also contains
a number of utilities to
explore the MS/MS results and assess missed and irregular enzymatic
cleavages,
mass measurement accuracy, etc.")
(license license:artistic2.0)))
+
+(define-public kallisto
+ (package
+ (name "kallisto")
+ (version "0.43.0")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append
+ "https://github.com/pachterlab/kallisto/archive/v"
+ version ".tar.gz"))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32
+ "1d9cqf3lz6mm9kmqn47d99c6byn6q9l4ppgcafxrhcnrb2davhv9"))))
+ (build-system cmake-build-system)
+ (arguments
+ '(#:tests? #f)) ; no "check" target
+ (inputs
+ `(("zlib" ,zlib)
+ ("hdf5" ,hdf5)))
+ (home-page "https://pachterlab.github.io/kallisto")
+ (synopsis "Near-optimal RNA-Seq quantification")
+ (description
+ "Kallisto is a program for quantifying abundances of transcripts from
+RNA-Seq data, or more generally of target sequences using high-throughput
+sequencing reads. It is based on the novel idea of pseudoalignment for
rapidly
+determining the compatibility of reads with targets, without the need for
alignment.")
+ (license license:bsd-3)))
--
1.9.1
[-- Attachment #1.2: Type: text/html, Size: 3210 bytes --]
[-- Attachment #2: 0001-gnu-Add-kallisto.patch --]
[-- Type: application/octet-stream, Size: 1936 bytes --]
From f30c6b20e2564f3617ab3dde40af10bfbe790749 Mon Sep 17 00:00:00 2001
From: Raoul Jean Pierre Bonnal <ilpuccio.febo@gmail.com>
Date: Wed, 18 Jan 2017 10:46:49 +0100
Subject: [PATCH] gnu: Add kallisto.
* gnu/packages/bioinformatics.scm (kallisto): New variable.
---
gnu/packages/bioinformatics.scm | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index c60bedc..86026fd 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -8502,3 +8502,31 @@ a specified false discovery rate. It also contains a number of utilities to
explore the MS/MS results and assess missed and irregular enzymatic cleavages,
mass measurement accuracy, etc.")
(license license:artistic2.0)))
+
+(define-public kallisto
+ (package
+ (name "kallisto")
+ (version "0.43.0")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append
+ "https://github.com/pachterlab/kallisto/archive/v"
+ version ".tar.gz"))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32
+ "1d9cqf3lz6mm9kmqn47d99c6byn6q9l4ppgcafxrhcnrb2davhv9"))))
+ (build-system cmake-build-system)
+ (arguments
+ '(#:tests? #f)) ; no "check" target
+ (inputs
+ `(("zlib" ,zlib)
+ ("hdf5" ,hdf5)))
+ (home-page "https://pachterlab.github.io/kallisto")
+ (synopsis "Near-optimal RNA-Seq quantification")
+ (description
+ "Kallisto is a program for quantifying abundances of transcripts from
+RNA-Seq data, or more generally of target sequences using high-throughput
+sequencing reads. It is based on the novel idea of pseudoalignment for rapidly
+determining the compatibility of reads with targets, without the need for alignment.")
+ (license license:bsd-3)))
--
1.9.1
next reply other threads:[~2017-01-18 10:09 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-01-18 10:09 Ra [this message]
2017-01-18 11:09 ` [PATCH] gnu: Add kallisto Alex Vong
2017-01-18 17:58 ` Ra
2017-01-18 19:41 ` Marius Bakke
2017-01-18 20:31 ` Ricardo Wurmus
2017-01-19 8:08 ` Ra
2017-01-19 8:17 ` Ricardo Wurmus
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=CACQsWTO889KN1XOaDL2O+1-oBHNr9uX-4ha0-kxNiHYYjds46w@mail.gmail.com \
--to=ilpuccio.febo@gmail.com \
--cc=guix-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.