[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#55424] [PATCH 027/602] gnu: Remove miso.
From: |
Maxim Cournoyer |
Subject: |
[bug#55424] [PATCH 027/602] gnu: Remove miso. |
Date: |
Sun, 15 May 2022 00:36:54 -0400 |
* gnu/packages/bioinformatics.scm (miso): Delete variable.
---
gnu/packages/bioinformatics.scm | 48 ---------------------------------
1 file changed, 48 deletions(-)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index b0ad03612e..d4354e8ea8 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -5194,54 +5194,6 @@ (define-public minced
assembled metagenomic sequence.")
(license license:gpl3+)))
-(define-public miso
- (let ((commit "b71402188000465e3430736a11ea118fd5639a4a")
- (revision "1"))
- (package
- (name "miso")
- (version (git-version "0.5.4" revision commit))
- (source (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/yarden/MISO/")
- (commit commit)))
- (file-name (git-file-name name version))
- (sha256
- (base32
- "0x37ipwwvpxbkrg17gmq3hp92c9cphch8acd6cj7fqgnrjwd47g5"))
- (modules '((guix build utils)))
- (snippet
- '(substitute* "setup.py"
- ;; Use "gcc" instead of "cc" for compilation.
- (("^defines")
- "cc.set_executables(
-compiler='gcc',
-compiler_so='gcc',
-linker_exe='gcc',
-linker_so='gcc -shared'); defines")))))
- (build-system python-build-system)
- (arguments
- `(#:python ,python-2 ; only Python 2 is supported
- #:tests? #f)) ; no "test" target
- (inputs
- ;; Samtools must not be newer than 1.2. See
- ;; https://github.com/yarden/MISO/issues/135
- (list samtools-1.2 python2-numpy python2-pysam python2-scipy
- python2-matplotlib))
- (native-inputs
- (list python2-mock ; for tests
- python2-pytz)) ; for tests
- (home-page "https://miso.readthedocs.io/en/fastmiso/")
- (synopsis "Mixture of Isoforms model for RNA-Seq isoform quantitation")
- (description
- "MISO (Mixture-of-Isoforms) is a probabilistic framework that
quantitates
-the expression level of alternatively spliced genes from RNA-Seq data, and
-identifies differentially regulated isoforms or exons across samples. By
-modeling the generative process by which reads are produced from isoforms in
-RNA-Seq, the MISO model uses Bayesian inference to compute the probability
-that a read originated from a particular isoform.")
- (license license:gpl2))))
-
(define-public muscle
(package
(name "muscle")
--
2.36.0
- [bug#55424] [PATCH 018/602] gnu: Remove python2-pybigwig., (continued)
- [bug#55424] [PATCH 018/602] gnu: Remove python2-pybigwig., Maxim Cournoyer, 2022/05/15
- [bug#55424] [PATCH 011/602] gnu: Remove ingen., Maxim Cournoyer, 2022/05/15
- [bug#55424] [PATCH 019/602] gnu: tetoolkit: Update to 2.2.1b., Maxim Cournoyer, 2022/05/15
- [bug#55424] [PATCH 052/602] gnu: Remove python2-peewee., Maxim Cournoyer, 2022/05/15
- [bug#55424] [PATCH 043/602] gnu: Remove python2-cov-core., Maxim Cournoyer, 2022/05/15
- [bug#55424] [PATCH 053/602] gnu: Remove python2-ccm., Maxim Cournoyer, 2022/05/15
- [bug#55424] [PATCH 020/602] gnu: Remove pepr., Maxim Cournoyer, 2022/05/15
- [bug#55424] [PATCH 021/602] gnu: Remove python2-htseq., Maxim Cournoyer, 2022/05/15
- [bug#55424] [PATCH 027/602] gnu: Remove miso.,
Maxim Cournoyer <=
- [bug#55424] [PATCH 049/602] gnu: Remove python2-neo4j-driver., Maxim Cournoyer, 2022/05/15
- [bug#55424] [PATCH 057/602] gnu: Remove python2-pymysql., Maxim Cournoyer, 2022/05/15
- [bug#55424] [PATCH 061/602] gnu: Remove ocrodjvu., Maxim Cournoyer, 2022/05/15
[bug#55424] [PATCH 058/602] gnu: Remove python2-hiredis., Maxim Cournoyer, 2022/05/15
[bug#55424] [PATCH 059/602] gnu: Remove python2-pytest-pep8., Maxim Cournoyer, 2022/05/15
[bug#55424] [PATCH 063/602] gnu: Remove python2-html5lib., Maxim Cournoyer, 2022/05/15
[bug#55424] [PATCH 068/602] gnu: Remove python2-pytest-warnings., Maxim Cournoyer, 2022/05/15
[bug#55424] [PATCH 065/602] gnu: Remove python2-pytest-cache., Maxim Cournoyer, 2022/05/15