From mboxrd@z Thu Jan 1 00:00:00 1970 From: zimoun Subject: bioinformatics.scm vs bioconductor.scm ? Date: Tue, 11 Dec 2018 19:21:25 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: Received: from eggs.gnu.org ([208.118.235.92]:58920) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gWmf7-0005g8-1J for guix-devel@gnu.org; Tue, 11 Dec 2018 13:21:42 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gWmf5-0003PJ-Pf for guix-devel@gnu.org; Tue, 11 Dec 2018 13:21:41 -0500 Received: from mail-wm1-x32c.google.com ([2a00:1450:4864:20::32c]:55944) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gWmf5-0003Od-Hx for guix-devel@gnu.org; Tue, 11 Dec 2018 13:21:39 -0500 Received: by mail-wm1-x32c.google.com with SMTP id y139so3213958wmc.5 for ; Tue, 11 Dec 2018 10:21:39 -0800 (PST) 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: Guix Devel Dear, Thank you the nice importers. I am not sure to understand what is the rule to attribute a package to bioinformatics.scm or to bioconductor.scm when it comes from Bioconductor. For example, the package DeSeq2 from Bioconductor is in bioinformatics.scm. To be concrete, $ grep -e bioconductor-uri bioconductor.scm | wc -l 33 $ grep -e bioconductor-uri bioinformatics.scm | wc -l 116 Last, there is not alphabetical order of the packages in the files. How the order is determined ? Thank you in advance. All the best, simon