all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Arun Isaac <arunisaac@systemreboot.net>
To: 69736@debbugs.gnu.org
Cc: Arun Isaac <arunisaac@systemreboot.net>,
	Arun Isaac <arunisaac@systemreboot.net>
Subject: [bug#69736] [PATCH 6/7] gnu: Add python-cwltool.
Date: Mon, 11 Mar 2024 18:22:41 +0000	[thread overview]
Message-ID: <14b0eae1181ad4bc93beaabd2aa1f2ad0d0884ae.1710180345.git.arunisaac@systemreboot.net> (raw)
In-Reply-To: <cover.1710180345.git.arunisaac@systemreboot.net>

* gnu/packages/bioinformatics.scm (python-cwltool): New variable.

Change-Id: Ic374d4c02b69c4e6c923d1cc17e629d4a3a6221c
---
 gnu/packages/bioinformatics.scm | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index b8ecea013c..68577ded17 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -5326,6 +5326,18 @@ (define-public cwltool
 CWL descriptions.")
     (license license:asl2.0)))
 
+;; python-toil tightly integrates with cwltool using it as a library. So,
+;; create a library version of cwltool where inputs become propagated inputs.
+(define-public python-cwltool
+  (package
+    (inherit cwltool)
+    (name "python-cwltool")
+    (inputs
+     (list node))
+    (propagated-inputs
+     (modify-inputs (package-inputs cwltool)
+       (delete "node")))))
+
 (define-public python-dendropy
   (package
     (name "python-dendropy")
-- 
2.41.0





  parent reply	other threads:[~2024-03-11 18:26 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-11 18:11 [bug#69736] [PATCH 0/7] Add toil Arun Isaac
2024-03-11 18:22 ` [bug#69736] [PATCH 1/7] gnu: Add python-typing-extensions-4.10 Arun Isaac
2024-03-11 18:22 ` [bug#69736] [PATCH 2/7] gnu: Add python-pypubsub Arun Isaac
2024-03-11 18:22 ` [bug#69736] [PATCH 3/7] gnu: Add python-addict Arun Isaac
2024-03-11 18:22 ` [bug#69736] [PATCH 4/7] gnu: Add python-prefixed Arun Isaac
2024-03-11 18:22 ` [bug#69736] [PATCH 5/7] gnu: Add python-enlighten Arun Isaac
2024-03-11 18:22 ` Arun Isaac [this message]
2024-03-11 18:22 ` [bug#69736] [PATCH 7/7] gnu: Add python-toil Arun Isaac
2024-07-01  2:54   ` [bug#69736] [PATCH 0/7] Add toil jgart via Guix-patches via
2024-07-03 15:05     ` Arun Isaac
2024-07-03 15:07 ` [bug#69736] [PATCH v2 1/6] gnu: Add python-pypubsub Arun Isaac
2024-07-03 15:07   ` [bug#69736] [PATCH v2 2/6] gnu: Add python-addict Arun Isaac
2024-07-03 15:07   ` [bug#69736] [PATCH v2 3/6] gnu: Add python-prefixed Arun Isaac
2024-07-03 15:07   ` [bug#69736] [PATCH v2 4/6] gnu: Add python-enlighten Arun Isaac
2024-07-03 15:07   ` [bug#69736] [PATCH v2 5/6] gnu: Add python-cwltool Arun Isaac
2024-07-03 15:07   ` [bug#69736] [PATCH v2 6/6] gnu: Add python-toil Arun Isaac

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

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

  git send-email \
    --in-reply-to=14b0eae1181ad4bc93beaabd2aa1f2ad0d0884ae.1710180345.git.arunisaac@systemreboot.net \
    --to=arunisaac@systemreboot.net \
    --cc=69736@debbugs.gnu.org \
    /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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.