Skip to content

Commit

Permalink
#467 use v2 + deps + update R-bundle-CRAN
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelToman committed Dec 9, 2024
1 parent 4ed80ab commit ec3f512
Show file tree
Hide file tree
Showing 9 changed files with 3,908 additions and 0 deletions.
37 changes: 37 additions & 0 deletions 467_scNanoGPS/Liqa.eb
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
easyblock = 'PythonPackage'

name = 'Liqa'
version = '1.3.4'

homepage = "https://pypi.org/project/liqa/"
description = """LIQA (Long-read Isoform Quantification and Analysis) is an Expectation-Maximization
based statistical method to quantify isoform expression and detect differential alternative splicing (DAS)
events using long-read RNA-seq data."""

toolchain = {'name': 'gfbf', 'version': '2023a'}

# Liqa deps:
# OK Python
# OK Pysam
# OK Numpy
# OK Scipy
# OK UPDATED Lifelines - already lifelines in synthcity not used 2023a
# OK R
# ADD_TO_CRAN gcmr
# OK betareg

# builddependencies = [('poetry', '1.5.1')]
dependencies = [
('Python', '3.11.3'),
('SciPy-bundle', '2023.07'),
('Pysam', '0.22.0'),
('lifelines', '0.28.0'),
('R', '4.3.2'),
('R-bundle-CRAN', '2023.12'),
]

use_pip = True
sanity_pip_check = True
download_dep_fail = True

moduleclass = 'bio'
Loading

0 comments on commit ec3f512

Please sign in to comment.