diff options
| author | Kjartan Oli Agustsson <kjartanoli@outlook.com> | 2025-06-18 20:59:03 +0000 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-06-22 12:54:10 +0100 |
| commit | 5eebea1b763ea9ef89ac1b7fdd48550af4e03227 (patch) | |
| tree | 81f1e641bf3eeeaf4ba22c95e81095b997624877 | |
| parent | 9aff205c4f0c7498194a22764a5b183f58a19500 (diff) | |
gnu: python-slamdunk: Run guix style
* gnu/packages/bioinformatics.scm (python-slamdunk): Run guix style.
Change-Id: I5235a49f7c2d128df6c903f35908fefe022fd50a
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
| -rw-r--r-- | gnu/packages/bioinformatics.scm | 26 |
1 files changed, 11 insertions, 15 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 6a2929efc97..36534348734 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -11900,24 +11900,20 @@ sequence itself can be retrieved from these databases.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 - "0lv3h5k2pn1pz35kz0wk5xmricxzy8qscs2y7nwh0k6x4pn0m0s5")))) + (base32 "0lv3h5k2pn1pz35kz0wk5xmricxzy8qscs2y7nwh0k6x4pn0m0s5")))) (build-system pyproject-build-system) - (propagated-inputs - (list python-biopython - python-intervaltree - python-joblib - python-pandas - python-pybedtools - python-pysam)) - (native-inputs - (list python-cython - python-pytest - python-setuptools - python-wheel)) + (propagated-inputs (list python-biopython + python-intervaltree + python-joblib + python-pandas + python-pybedtools + python-pysam)) + (native-inputs (list python-cython python-pytest python-setuptools + python-wheel)) (home-page "https://t-neumann.github.io/slamdunk/") (synopsis "Streamline SLAM-seq analysis with high sensitivity") - (description "SlamDunk is a fully automated tool for automated, robust, + (description + "SlamDunk is a fully automated tool for automated, robust, scalable and reproducible SLAMseq data analysis. Diagnostic plotting features and a MultiQC plugin will make your SLAMseq data ready for immediate QA and interpretation.") |
