unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: "Mădălin Ionel Patrașcu" <madalinionel.patrascu@mdc-berlin.de>
To: <60997@debbugs.gnu.org>
Cc: rekado@elephly.net
Subject: [bug#60997] [PATCH 3/4] gnu: Add python-phylophlan.
Date: Sun, 22 Jan 2023 01:49:50 +0100	[thread overview]
Message-ID: <20230122004951.119277-3-madalinionel.patrascu@mdc-berlin.de> (raw)
In-Reply-To: <20230122004951.119277-1-madalinionel.patrascu@mdc-berlin.de>

* gnu/packages/bioinformatics.scm (python-phylophlan): New variable.
---
 gnu/packages/bioinformatics.scm | 43 +++++++++++++++++++++++++++++++++
 1 file changed, 43 insertions(+)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index bf01c9c7e4..5c9c222d59 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -1089,6 +1089,49 @@ (define-public python-htsget
 servers supporting the protocol.")
    (license license:asl2.0)))
 
+(define-public python-phylophlan
+  (package
+    (name "python-phylophlan")
+    (version "3.0.3")
+    (source (origin
+              (method url-fetch)
+              (uri (pypi-uri "PhyloPhlAn" version))
+              (sha256
+               (base32
+                "1r1bnnh4d38l410hfzf882y43ln8fd2lcsqbralqshxqw2hzc7x7"))))
+    (build-system python-build-system)
+    (arguments
+     (list
+      #:tests? #f ;pypi no tests
+      #:phases
+      #~(modify-phases %standard-phases
+          ;;pypi does not provide the readme.md file
+          (add-before 'build 'loose-readme-file-requirement
+           (lambda _
+              (substitute* "setup.py"
+                (("long_description")
+                  "#long_description")))))))
+    (propagated-inputs
+     (list python-biopython
+           python-dendropy
+           python-matplotlib
+           python-numpy
+           python-pandas
+           python-seaborn))
+    (home-page "https://github.com/biobakery/phylophlan")
+    (synopsis
+     "Phylogenetic analysis of microbial isolates and genomes from metagenomes")
+    (description
+     "This package is an integrated pipeline for large-scale phylogenetic profiling
+of genomes and metagenomes.  PhyloPhlAn is an accurate, rapid, and easy-to-use
+method for large-scale microbial genome characterization and phylogenetic analysis
+at multiple levels of resolution.  This software package can assign both genomes
+and @acronym{MAGs, metagenome-assembled genomes} to @acronym{SGBs, species-level
+genome bins}.  PhyloPhlAn can reconstruct strain-level phylogenies using clade-
+specific maximally informative phylogenetic markers, and can also scale to very
+large phylogenies comprising >17,000 microbial species.")
+    (license license:expat)))
+
 (define-public python-pybedtools
   (package
     (name "python-pybedtools")
-- 
2.39.1





  parent reply	other threads:[~2023-01-22  0:51 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-22  0:44 [bug#60997] [patch] gnu: Add python-cmseq, python-cmseq, python-phylophlan and python-metaphlan MadalinIonel.Patrascu
2023-01-22  0:49 ` [bug#60997] [PATCH 1/4] gnu: Add python-cmseq Mădălin Ionel Patrașcu
2023-01-22  0:49   ` [bug#60997] [PATCH 2/4] gnu: Add python-hclust2 Mădălin Ionel Patrașcu
2023-01-22  0:49   ` Mădălin Ionel Patrașcu [this message]
2023-01-24  9:10     ` [bug#60997] [PATCH 3/4] gnu: Add python-phylophlan Ricardo Wurmus
2023-01-22  0:49   ` [bug#60997] [PATCH 4/4] gnu: Add python-metaphlan Mădălin Ionel Patrașcu
2023-01-24  9:11     ` Ricardo Wurmus
2023-01-24  8:36   ` [bug#60997] [PATCH 1/4] gnu: Add python-cmseq Ricardo Wurmus

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230122004951.119277-3-madalinionel.patrascu@mdc-berlin.de \
    --to=madalinionel.patrascu@mdc-berlin.de \
    --cc=60997@debbugs.gnu.org \
    --cc=rekado@elephly.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).