From: ludo@gnu.org (Ludovic Courtès)
To: Ricardo Wurmus <ricardo.wurmus@mdc-berlin.de>
Cc: Guix-devel <guix-devel@gnu.org>
Subject: Re: [PATCH]: gnu: Add HISAT.
Date: Tue, 10 Feb 2015 00:03:30 +0100 [thread overview]
Message-ID: <87fvae8z7h.fsf@gnu.org> (raw)
In-Reply-To: <idjlhk772t8.fsf@bimsb-sys02.mdc-berlin.net> (Ricardo Wurmus's message of "Mon, 9 Feb 2015 12:16:19 +0100")
Ricardo Wurmus <ricardo.wurmus@mdc-berlin.de> skribis:
> From 305768bfef9bf4bc8d57828e27b8439dedd574bd Mon Sep 17 00:00:00 2001
> From: Ricardo Wurmus <ricardo.wurmus@mdc-berlin.de>
> Date: Mon, 9 Feb 2015 12:13:26 +0100
> Subject: [PATCH] gnu: Add HISAT.
>
> * gnu/packages/bioinformatics.scm (hisat): New variable.
Overall looks good to me. A couple of comments:
> + (alist-replace
> + 'install
> + (lambda* (#:key outputs #:allow-other-keys)
> + (let ((bin (string-append (assoc-ref outputs "out") "/bin/")))
> + (mkdir-p bin)
> + (for-each (lambda (file)
> + (copy-file file (string-append bin file)))
> + '("hisat"
> + "hisat-build"
> + "hisat-build-s"
> + "hisat-build-l"
> + "hisat-align-s"
> + "hisat-align-l"
> + "hisat-inspect"
> + "hisat-inspect-s"
> + "hisat-inspect-l"
> + "hisat-build-s-debug"
> + "hisat-build-l-debug"
> + "hisat-align-s-debug"
> + "hisat-align-l-debug"
> + "hisat-inspect-s-debug"
> + "hisat-inspect-l-debug"))))
If it’s possible to avoid the whole list using ‘find-files’ or
‘scandir’, that would be nicer IMO. If it’s not, that’s fine.
> + (license license:gpl3)))
GPLv3-only?
Thanks!
Ludo’.
next prev parent reply other threads:[~2015-02-09 23:08 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-02-09 11:16 [PATCH]: gnu: Add HISAT Ricardo Wurmus
2015-02-09 23:03 ` Ludovic Courtès [this message]
2015-02-10 9:42 ` Ricardo Wurmus
2015-02-10 10:24 ` Ricardo Wurmus
2015-02-10 12:52 ` Ludovic Courtès
2015-02-11 11:15 ` Andreas Enge
2015-02-11 16:14 ` Ricardo Wurmus
2015-02-11 16:23 ` Andreas Enge
2015-02-11 22:40 ` Ludovic Courtès
2015-02-12 11:04 ` Ricardo Wurmus
2015-02-12 12:51 ` Andreas Enge
2015-02-12 20:39 ` Ludovic Courtès
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=87fvae8z7h.fsf@gnu.org \
--to=ludo@gnu.org \
--cc=guix-devel@gnu.org \
--cc=ricardo.wurmus@mdc-berlin.de \
/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.