From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms9.migadu.com with LMTPS id 5EM2KmQ1XWTnHwEASxT56A (envelope-from ) for ; Thu, 11 May 2023 20:35:16 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id eHFcKGQ1XWTDQAEAG6o9tA (envelope-from ) for ; Thu, 11 May 2023 20:35:16 +0200 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 644FE29816 for ; Thu, 11 May 2023 20:35:16 +0200 (CEST) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pxB85-0003io-Ha; Thu, 11 May 2023 14:35:05 -0400 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 1pxB84-0003iI-By for guix-patches@gnu.org; Thu, 11 May 2023 14:35:04 -0400 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 1pxB83-0004Tp-Sz for guix-patches@gnu.org; Thu, 11 May 2023 14:35:04 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1pxB82-0001V3-J2; Thu, 11 May 2023 14:35:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#63448] [PATCH 2/2] gnu: Add python-mgatk. Resent-From: =?UTF-8?Q?M=C4=83d=C4=83lin?= Ionel =?UTF-8?Q?Patra=C8=99cu?= Original-Sender: "Debbugs-submit" Resent-CC: rekado@elephly.net, guix-patches@gnu.org Resent-Date: Thu, 11 May 2023 18:35:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 63448 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: To: <63448@debbugs.gnu.org> Cc: rekado@elephly.net X-Debbugs-Original-Xcc: rekado@elephly.net Received: via spool by 63448-submit@debbugs.gnu.org id=B63448.16838300855731 (code B ref 63448); Thu, 11 May 2023 18:35:02 +0000 Received: (at 63448) by debbugs.gnu.org; 11 May 2023 18:34:45 +0000 Received: from localhost ([127.0.0.1]:53349 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pxB7l-0001UM-A0 for submit@debbugs.gnu.org; Thu, 11 May 2023 14:34:45 -0400 Received: from b2062.mx.srv.dfn.de ([194.95.234.172]:37499) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pxB7k-0001Ty-0e for 63448@debbugs.gnu.org; Thu, 11 May 2023 14:34:44 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=mdc-berlin.de; h= content-type:content-type:content-transfer-encoding:mime-version :references:in-reply-to:x-mailer:message-id:date:date:subject :subject:from:from:received; s=mdc; t=1683830077; x=1685644478; bh=5L6oq84uAxetpfl3MC1Zp5P18nKn7WnzdSusnB2aYss=; b=LgdX63CuPaeS T2Ute7GkkTiOcFCEiIjHUkhyo1btRwffZuXPtu295dcS2jYM1ttCR90mJjTTYnPY fMWQpYppbxDDmYdhx4+j8m0VboFptptKpXNrw0KrSzS1w+3ri0B3NeeBtbUUjTtk qVhiHoxLfJXXvH41euOTkFHpzdVzccM= Received-SPF: Pass (mailfrom) identity=mailfrom; client-ip=141.80.113.62; helo=sw-it-p-ex4.mdc-berlin.net; envelope-from=madalinionel.patrascu@mdc-berlin.de; receiver= 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 DE7EC160171 for <63448@debbugs.gnu.org>; Thu, 11 May 2023 20:34:37 +0200 (CEST) Received: from Guix-Ubuntu18.04 (141.80.113.106) 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.23; Thu, 11 May 2023 20:34:36 +0200 From: =?UTF-8?Q?M=C4=83d=C4=83lin?= Ionel =?UTF-8?Q?Patra=C8=99cu?= Date: Thu, 11 May 2023 20:34:12 +0200 Message-ID: <20230511183412.27180-2-madalinionel.patrascu@mdc-berlin.de> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20230511183412.27180-1-madalinionel.patrascu@mdc-berlin.de> References: <20230511183412.27180-1-madalinionel.patrascu@mdc-berlin.de> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain X-Originating-IP: [141.80.113.106] X-ClientProxiedBy: SW-IT-P-EX1.mdc-berlin.net (141.80.113.54) 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-27620.001 X-TM-AS-Result: No-10--6.127000-5.000000 X-TMASE-MatchedRID: SzbEz7SZt2t6fjezFKxXHArcxrzwsv5uwTlc9CcHMZerwqxtE531VIPc XuILVCbaRRa406V/YwyBUGewL2YXt/mEPaHBc5dL3nHtGkYl/VpdSt9kxxIQniiCVsScJChxte+ ocL7MBZeKbindmE5bmHTNo9ln6uywJnRO1kR8OZ4Oy1AV8tUD8Mf3EaOZ0dNKOGo4dIdACSCYDT IhMw3OOX0tCKdnhB589yM15V5aWpj6C0ePs7A07YFInLyeDAoZ5TuGK+UjhjDzSiOla5yXDZj9B lckre/3pQcA7zQaRwnBLHK11ZlC+A== X-TM-AS-User-Approved-Sender: Yes X-TM-AS-User-Blocked-Sender: No X-TMASE-Result: 10--6.127000-5.000000 X-TMASE-Version: SMEX-14.0.0.3092-9.0.1002-27620.001 X-TM-SNTS-SMTP: ADE19DEA6BB6ABFFDA73B97C81379E189BDAD577A602D483223A4314832464042002:F 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=1683830116; a=rsa-sha256; cv=none; b=VH0usKxAMaD16oj3W5rDapvjBFKCtwS0YFAwX7oKgyAK384Ukudgmyb++eMPDCuunvN/SM foWneXQ5otEecymgFg4UHo/Bi5bMnaj6OMgsmfkyLImrNLXrmPFK5qg8L+/d4RwUisrlwq 2fAUf/slXymaHgYyhyxYDKgrimtgaCCTiEUpSattQE9LFHHQFPxWUzpaybaSzQ5B9Ykfaq CVNQe0DH0gtK6FWAkIyLHnCgRinS64RtWHcNZKgbGnV1k/l3fbJyqTkPPUaHc1/FiP0Z5w h2yEIT+vFKzp278QG/J6upBxZk04dZgCFqGQEdB4GexIh8i76aXCU0VmJPEODw== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=mdc-berlin.de header.s=mdc header.b=LgdX63Cu; 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=1683830116; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=JYDJLGoeQ3X3pTyzxwlVXlkzQTZ12mR/qtG8ApDatQY=; b=c0y2P8ghgVvyrEC9Duw75hjBD9tgkR4QV8RUrPkTnqGSk0Rhtru/pMNmBkLIG+Y4QZ3uk/ aQ5j0zzFTRS52uMPzq1+ZZPxQunt/AwwQSNVIsqejeHOKHnzWEGswMD/245ZjtWOV1dSQy SVvUXH7XGVwmW+rcnkbY4r4MqJhiJTXSSVxy1jnyLuO5TTbi/+87cDqhr2hhDDUtTzyD70 v6lwXQfn2U0aPuSxtVstwR+9t/yw7YsnxpJVFb76Eh+pn++4thBInZlwUjoxh8v91+60Zz Vow4H5dzEzA1CgYuI11QQ/mFsUCa2xh6JtyBQb86LUUM3INxIMKGB+r0UrZF3w== X-Migadu-Spam-Score: 0.69 X-Spam-Score: 0.69 X-Migadu-Queue-Id: 644FE29816 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=LgdX63Cu; 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: pPhyowFLGvGk * gnu/packages/bioinformatics.scm (python-mgatk): New variable. --- gnu/packages/bioinformatics.scm | 35 +++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index afca5ab93b..92017b3a07 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -12628,6 +12628,41 @@ (define-public python-biothings-client API services.") (license license:bsd-3))) +(define-public python-mgatk + (package + (name "python-mgatk") + (version "0.6.7") + (source + (origin + (method url-fetch) + (uri (pypi-uri "mgatk" version)) + (sha256 + (base32 "0bxxk3v8lmqcdnm97468p7p3kzb59i5bpgayx7kqzl2p8lfwzi9h")))) + (build-system pyproject-build-system) + (arguments + (list #:tests? #f)) ; There are no tests in the pypi archive. + (propagated-inputs + (list python-biopython + python-click + python-numpy + python-optparse-pretty + python-pandas + python-pysam + python-regex + python-ruamel.yaml + snakemake)) + (native-inputs + (list python-pytest)) + (home-page "https://github.com/caleblareau/mgatk") + (synopsis "Mitochondrial genome analysis toolkit.") + (description "This package is a python-based command line interface for +processing .bam files with mitochondrial reads and generating high-quality +heteroplasmy estimation from sequencing data. The mgatk package places a +special emphasis on mitochondrial genotypes generated from single-cell genomics +data, primarily @acronym{mtscATAC-seq, mitochondrial single-cell ATAC-sequence}, +but is generally applicable across other assays.") + (license license:expat))) + (define-public python-multivelo (package (name "python-multivelo") -- 2.39.2