From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id CBw9IVre22O0zgAAbAwnHQ (envelope-from ) for ; Thu, 02 Feb 2023 17:01:30 +0100 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id +Jj4IFre22P4PwEAauVa8A (envelope-from ) for ; Thu, 02 Feb 2023 17:01:30 +0100 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 46A80AA10 for ; Thu, 2 Feb 2023 17:01:30 +0100 (CET) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pNc1K-0004L3-N4; Thu, 02 Feb 2023 11:01:06 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pNc1H-0004IG-CQ for guix-patches@gnu.org; Thu, 02 Feb 2023 11:01:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1pNc1H-0001MT-3y for guix-patches@gnu.org; Thu, 02 Feb 2023 11:01:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1pNc1G-0006t3-Ue for guix-patches@gnu.org; Thu, 02 Feb 2023 11:01:02 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#61230] [PATCH 1/2] gnu: Add python-pegasusio. Resent-From: Navid Afkhami Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 02 Feb 2023 16:01:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 61230 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 61230@debbugs.gnu.org X-Debbugs-Original-To: Received: via spool by submit@debbugs.gnu.org id=B.167535365026428 (code B ref -1); Thu, 02 Feb 2023 16:01:02 +0000 Received: (at submit) by debbugs.gnu.org; 2 Feb 2023 16:00:50 +0000 Received: from localhost ([127.0.0.1]:35552 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pNc14-0006s6-7H for submit@debbugs.gnu.org; Thu, 02 Feb 2023 11:00:50 -0500 Received: from lists.gnu.org ([209.51.188.17]:33482) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pNc12-0006rq-3o for submit@debbugs.gnu.org; Thu, 02 Feb 2023 11:00:48 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pNc11-0004Es-M8 for guix-patches@gnu.org; Thu, 02 Feb 2023 11:00:47 -0500 Received: from b2062.mx.srv.dfn.de ([194.95.234.172]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pNc0y-0001Cc-FC for guix-patches@gnu.org; Thu, 02 Feb 2023 11:00:47 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=mdc-berlin.de; h= content-type:content-type:content-transfer-encoding:mime-version :x-mailer:message-id:date:date:subject:subject:from:from :received; s=mdc; t=1675353641; x=1677168042; bh=VH83Q/Il85B8PVD EHCsv4VDdnh+ibUr3pH2rtmrRNE0=; b=WvtoeQmMerJBysUTyl5cnnp55f00iso toqNFq1CX2DqbC/9kEa2GlNxx63XefxXbncP2Jk7/b6IZVRYnucFp5A/0gpJ3VJH klwc6aTMlEg+mvn8yMJVMHcYQwFDQYZjOKmPaovBWbbr2+9ZO5pZX4xtOc9Hup7s k/uPSQupz5dA= Received: from SW-IT-P-EX4.mdc-berlin.net (mgw4.mdc-berlin.de [141.80.113.62]) by b2062.mx.srv.dfn.de (Postfix) with ESMTPS id 0E9961604D4 for ; Thu, 2 Feb 2023 17:00:41 +0100 (CET) Received: from localhost.localdomain (10.84.128.47) by SW-IT-P-EX4.mdc-berlin.net (141.80.113.62) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.1.2507.17; Thu, 2 Feb 2023 17:00:35 +0100 From: Navid Afkhami Date: Thu, 2 Feb 2023 17:00:22 +0100 Message-ID: <20230202160023.45975-1-navid.afkhami@mdc-berlin.de> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain X-Originating-IP: [10.84.128.47] X-ClientProxiedBy: SW-IT-P-EX4.mdc-berlin.net (141.80.113.62) To SW-IT-P-EX4.mdc-berlin.net (141.80.113.62) X-TM-AS-Product-Ver: SMEX-14.0.0.3092-9.0.1002-27424.000 X-TM-AS-Result: No-10--1.107300-5.000000 X-TMASE-MatchedRID: 54gb2yeIOXR6fjezFKxXHArcxrzwsv5uwTlc9CcHMZerwqxtE531VL6p xbTOjavycW3/J21vqoVXOLTjXPci/yq+GZ9ZHxIhuW77/y896sjb4QM/D7zGt0JZ5MDd4/kU5wM PMqdPNSzns4projbTGT3mnWKOM3JF5UcZtwNsCroURSScn+QSXhhJCIHRlO51+gtHj7OwNO22ut O5qEfOUXI4Nf39Ohr8tK/Zg5sgElcpl+tEyIt7+AhAiMmxd1U+EeTv/avrG+qQlI1R8BktUFk9y 0x1JyPRiyu7pv5683MOeLzJ7zyIOHQJ88ZHP8DjvmJf6uotZp79ZjtYmCyQ6k+HGwSCjLh6vuvB 6gAgryg= X-TM-AS-User-Approved-Sender: Yes X-TM-AS-User-Blocked-Sender: No X-TMASE-Result: 10--1.107300-5.000000 X-TMASE-Version: SMEX-14.0.0.3092-9.0.1002-27424.000 X-TM-SNTS-SMTP: 2ABF608266911343DCF244D0635AF350DC8A44983652684217B58A95F500DB2F2002:F Received-SPF: pass client-ip=194.95.234.172; envelope-from=Navid.Afkhami@mdc-berlin.de; helo=b2062.mx.srv.dfn.de X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_MED=-2.3, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Country: US X-Migadu-Flow: FLOW_IN ARC-Seal: i=1; s=key1; d=yhetil.org; t=1675353690; a=rsa-sha256; cv=none; b=X55DGJ+UJV0PZYEuBrgwNHgspRftiDTtvSSJVjzsEN6Pw9ORFi5UQFg5//1d3gCuiTL/Oj Tg+JGwuKfQdBBpfnoKDe/zz3m9NNkS3FWPYJpkP6gcwvyeVH8EFVIiWfiHzFaN3TuQ6mNs g2P4lxuxqNhbtnPg2CE+WimaRb+9eXlrhsAeqx/DXIKnPffutxmIq6dfuBZUUMg5P04aJ9 /qUV90cq3OmWmaX1i8S7SZHkBAOMox+40w5TEEsLAnJqAjKUTglukQDGPpube1HpcvWuou aqX2X8OD3Gn67CK9wT/+VXrIDz6vWYbhoCmopex5KwPzAXtX1dqYMx0ba/K+Dw== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=mdc-berlin.de header.s=mdc header.b=WvtoeQmM; dmarc=fail reason="SPF not aligned (relaxed)" header.from=mdc-berlin.de (policy=none); spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1675353690; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:list-id:list-help: list-unsubscribe:list-subscribe:list-post:dkim-signature; bh=rQrYravukp+HZiQFETW4TLPkVj8UHAO7yv1W0AD3MLk=; b=ETxu6qH9/c7SoUjvum+S4HeYP/kJ9zL03YVrWZGKVp/gL6bbGKHnPlhZLLDHZnPxkF2Z+K 24F1P1III818jo/GsfCoA3K3LmOPzKrOFPgCVDFSA4/rHV2rC24yJdPheKiNSVkTYo9mK1 guXBLsiXKp3CSw0F9Jk1OO8De8j6kbGUaaX9VwwW1cZBArkufDEhxiWCCVVq7kPeCevzr6 plBtIOkZhJYSpK8AjxQkbokTyY7dKYqFpYShJiQw4fll+QV4YZrSEOn4m1YGfd/Om14j5T RVljQwh7fFCrRbBHTOYIH/IPw3UVv0m+0DJ00jtjYROupUkFVVZSLaNXgQ0BxQ== X-Migadu-Spam-Score: -0.18 X-Spam-Score: -0.18 X-Migadu-Queue-Id: 46A80AA10 X-Migadu-Scanner: scn0.migadu.com Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=mdc-berlin.de header.s=mdc header.b=WvtoeQmM; dmarc=fail reason="SPF not aligned (relaxed)" header.from=mdc-berlin.de (policy=none); spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-TUID: YxbTefOMkrGo * gnu/packages/bioinformatics.scm (python-pegasusio): New variable. --- gnu/packages/bioinformatics.scm | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 714db27c16..6caf0e4cfa 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -1136,6 +1136,36 @@ (define-public python-htsget servers supporting the protocol.") (license license:asl2.0))) +(define-public python-pegasusio + (package + (name "python-pegasusio") + (version "0.7.1") + (source (origin + (method url-fetch) + (uri (pypi-uri "pegasusio" version)) + (sha256 + (base32 + "0gqygspdy398vjymdy6756jmk99s7fhwav9rivdx59kpqjcdxaz9")))) + (build-system pyproject-build-system) + (propagated-inputs (list python-anndata + python-docopt + python-h5py + python-importlib-metadata + python-loompy + python-natsort + python-numpy + python-pandas + python-pillow + python-scipy + python-zarr)) + (native-inputs (list python-cython python-setuptools-scm)) + (home-page "https://github.com/lilab-bcb/pegasusio") + (synopsis + "Pegasusio is a Python package for reading or writing single-cell genomics data") + (description + "Pegasusio is a Python package for reading or writing single-cell genomics data.") + (license license:bsd-3))) + (define-public python-phylophlan (package (name "python-phylophlan") -- 2.34.1