From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: [PATCH] gnu: Add r-mutationalpatterns. Date: Thu, 27 Oct 2016 19:22:55 +0200 Message-ID: <87pomlg100.fsf@elephly.net> References: <87zilpde4j.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54721) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bzoOZ-0005Ox-KL for guix-devel@gnu.org; Thu, 27 Oct 2016 13:23:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bzoOY-00078H-Rk for guix-devel@gnu.org; Thu, 27 Oct 2016 13:23:15 -0400 In-reply-to: <87zilpde4j.fsf@gnu.org> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Roel Janssen Cc: guix-devel@gnu.org Roel Janssen writes: >>From 92a36d068c90c96b2b5b4a7c8b4578ac3f6255cd Mon Sep 17 00:00:00 2001 > From: Roel Janssen > Date: Thu, 27 Oct 2016 17:06:07 +0200 > Subject: [PATCH] gnu: Add r-mutationalpatterns. > > * gnu/packages/bioinformatics.scm (r-mutationalpatterns): New variable. […] > + (synopsis "Package for extracting and visualizing mutational patterns in > +SNV data") This is a bit long. How about this: “Extract and visualize mutational patterns in genomic data.” > + (description "This package provides an extensive toolset for the > +characterization and visualization of a wide range of mutational patterns > +in base substitution data.") You could add a definition for “SNV” here so that the package will be found when searching for “SNV” or its expansion. Okay with these changes. Thanks! ~~ Ricardo