guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] Add fxtract.


From: Ludovic Courtès
Subject: Re: [PATCH] Add fxtract.
Date: Mon, 11 Jan 2016 22:00:17 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

Ben Woodcroft <address@hidden> skribis:

> From acd310d27c457139d3f2fcd2cfc1127167bf2c48 Mon Sep 17 00:00:00 2001
> From: Ben Woodcroft <address@hidden>
> 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 via email to

[Prev in Thread] Current Thread [Next in Thread]