all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: ludo@gnu.org (Ludovic Courtès)
To: Ben Woodcroft <b.woodcroft@uq.edu.au>
Cc: "guix-devel@gnu.org" <guix-devel@gnu.org>
Subject: Re: [PATCH] Add fxtract.
Date: Mon, 11 Jan 2016 22:00:17 +0100	[thread overview]
Message-ID: <87a8obg7by.fsf@gnu.org> (raw)
In-Reply-To: <568D8BB1.9040001@uq.edu.au> (Ben Woodcroft's message of "Thu, 7 Jan 2016 07:48:33 +1000")

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.

Thanks,
Ludo’.

  reply	other threads:[~2016-01-11 21:00 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 [this message]
2016-01-11 21:53   ` Ben Woodcroft

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=87a8obg7by.fsf@gnu.org \
    --to=ludo@gnu.org \
    --cc=b.woodcroft@uq.edu.au \
    --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.