[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/08: gnu: Add python-cwlformat.
From: |
guix-commits |
Subject: |
04/08: gnu: Add python-cwlformat. |
Date: |
Thu, 22 Feb 2024 08:14:36 -0500 (EST) |
arunisaac pushed a commit to branch master
in repository guix.
commit 0728b45295c8961c73cfbb55cc370c1a41279a8e
Author: Arun Isaac <arunisaac@systemreboot.net>
AuthorDate: Sun Oct 22 20:21:23 2023 +0100
gnu: Add python-cwlformat.
* gnu/packages/bioinformatics.scm (python-cwlformat): New variable.
Change-Id: Ib2d79e350ab100c61c7afe2d5d3eafc72146e493
Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
---
gnu/packages/bioinformatics.scm | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 935126d782..5ef83e73ab 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -5131,6 +5131,33 @@ resources for bioinformatics.")
doublets in single-cell RNA-seq data.")
(license license:expat)))
+(define-public python-cwlformat
+ (package
+ (name "python-cwlformat")
+ (version "2022.02.18")
+ (source
+ ;; The PyPI tarball is missing Readme.md. Readme.md is required for the
+ ;; build.
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/rabix/cwl-format")
+ (commit version)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "0agkz2w86k91rc9m5vx5hsqi5nm6fcmzkng6j99hjapz0r9233ql"))))
+ (build-system pyproject-build-system)
+ (propagated-inputs
+ (list python-importlib-resources
+ python-ruamel.yaml))
+ (home-page "https://github.com/rabix/cwl-format")
+ (synopsis "Prettifier for CWL code")
+ (description "@code{python-cwlformat} is a specification and a reference
+implementation for a very opinionated @acronym{CWL, Common Workflow Language}
+code formatter. It outputs CWL in a standardized YAML format.")
+ (license license:asl2.0)))
+
(define-public cwltool
(package
(name "cwltool")
- branch master updated (dd28fe8b80 -> 58233e6c21), guix-commits, 2024/02/22
- 01/08: gnu: python-ruamel.yaml.clib: Update to 0.2.8., guix-commits, 2024/02/22
- 02/08: gnu: python-ruamel-yaml: Update to 0.18.6., guix-commits, 2024/02/22
- 04/08: gnu: Add python-cwlformat.,
guix-commits <=
- 06/08: gnu: Add python-cwl-utils., guix-commits, 2024/02/22
- 03/08: gnu: python-schema-salad: Update to 8.5.20240102191335., guix-commits, 2024/02/22
- 05/08: gnu: Add python-cwl-upgrader., guix-commits, 2024/02/22
- 08/08: gnu: cwltool: Update to 3.1.20240112164112., guix-commits, 2024/02/22
- 07/08: gnu: Add python-spython., guix-commits, 2024/02/22