all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Ben Woodcroft <b.woodcroft@uq.edu.au>
To: "Ludovic Courtès" <ludo@gnu.org>
Cc: "guix-devel@gnu.org" <guix-devel@gnu.org>,
	Connor Skennerton <c.skennerton@gmail.com>
Subject: Re: [PATCH] Add fxtract.
Date: Tue, 12 Jan 2016 07:53:10 +1000	[thread overview]
Message-ID: <56942446.7030800@uq.edu.au> (raw)
In-Reply-To: <87a8obg7by.fsf@gnu.org>



On 12/01/16 07:00, Ludovic Courtès wrote:
> Ben Woodcroft <b.woodcroft@uq.edu.au> skribis:
>
>>  From acd310d27c457139d3f2fcd2cfc1127167bf2c48 Mon Sep 17 00:00:00 2001
>> From: Ben Woodcroft <donttrustben@gmail.com>
>> Date: Thu, 7 Jan 2016 07:44:58 +1000
>> Subject: [PATCH] gnu: Add fxtract.
>>
>> * gnu/packages/bioinformatics.scm (fxtract): New variable.
> [...]
>
>> +       `(("ctskennerton-util"
>> +          ,(origin
>> +             (method git-fetch)
>> +             (uri (git-reference
>> +                   (url "https://github.com/ctSkennerton/util.git")
>> +                   (commit util-commit)))
> This is GPLv2-only.  Could you mention it in a comment?
>
>> +             (file-name (string-append
>> +                         "ctstennerton-util-" util-commit "-checkout"))
> I would make it:
>
>    (string-append "ctstennerton-util-" (string-take util-commit 7)
>                   "-checkout")
>
>> +      (home-page "https://github.com/ctSkennerton/fxtract")
>> +      (synopsis "Extract sequences from FASTA and FASTQ files")
>> +      (description
>> +       "Fxtract extracts sequences from a protein or nucleotide fastx (FASTA
>> +or FASTQ) file given a subsequence.  It uses a simple substring search for
>> +basic tasks but can change to using POSIX regular expressions, PCRE, hash
>> +lookups or multi-pattern searching as required.  By default fxtract looks in
>> +the sequence of each record but can also be told to look in the header,
>> +comment or quality sections.")
>> +      (license license:gpl3+))))
> According to the ‘LICENSE’ file, this should be ‘license:expat’.
>
> Otherwise LGTM.

Pushed with these changes. Thanks for picking up the mistakes.

ben

      reply	other threads:[~2016-01-11 21:53 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-06 21:48 [PATCH] Add fxtract Ben Woodcroft
2016-01-11 21:00 ` Ludovic Courtès
2016-01-11 21:53   ` Ben Woodcroft [this message]

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=56942446.7030800@uq.edu.au \
    --to=b.woodcroft@uq.edu.au \
    --cc=c.skennerton@gmail.com \
    --cc=guix-devel@gnu.org \
    --cc=ludo@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.