Dear Guix,

I have attached the amended patch to add the CodingQuarry gene predictor (v2.0). Thanks for the kind feedback on my previous patch. I have tried to make the formatting etc look as close as I can to the other GNU patches, but let me know if I've missed anything.

Rob Syme
Research Associate
Pulse Pathology and Genetics
Centre for Crop and Disease Management
Curtin University


On Thu, 10 Mar 2016 at 01:59 Andreas Enge <andreas@enge.fr> wrote:
On Tue, Mar 08, 2016 at 06:39:37PM -0500, Leo Famulari wrote:
> > +         (delete 'check) ;; Don't run the 'make check' step of the
> > gnu-build-system
> When skippping the tests, we prefer to say why in the comment. It can be
> as simple as "no test suite" if that is the case.

And use in the argument block:
#:tests? #f
instead of deleting the phase.

Andreas