diff options
Diffstat (limited to 'var/spack/repos/builtin/packages/r-dexseq/package.py')
-rw-r--r-- | var/spack/repos/builtin/packages/r-dexseq/package.py | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/var/spack/repos/builtin/packages/r-dexseq/package.py b/var/spack/repos/builtin/packages/r-dexseq/package.py index fb521ff70f..b7e0da0ec8 100644 --- a/var/spack/repos/builtin/packages/r-dexseq/package.py +++ b/var/spack/repos/builtin/packages/r-dexseq/package.py @@ -7,7 +7,7 @@ from spack import * class RDexseq(RPackage): - """Inference of differential exon usage in RNA-Seq + """Inference of differential exon usage in RNA-Seq. The package is focused on finding differential exon usage using RNA-seq exon counts between samples with different experimental designs. It @@ -21,16 +21,9 @@ class RDexseq(RPackage): maintainers = ['dorton21'] + version('1.40.0', commit='7d2d639b3a157e443058fc557132cd2629bb36f3') version('1.36.0', commit='f0a361af6954fcc2abb2db801c26e303570669b2') - depends_on('r-stringr', type=('build', 'run')) - depends_on('r-geneplotter', type=('build', 'run')) - depends_on('r-genefilter', type=('build', 'run')) - depends_on('r-biocgenerics', type=('build', 'run')) - depends_on('r-biomart', type=('build', 'run')) - depends_on('r-hwriter', type=('build', 'run')) - depends_on('r-rsamtools', type=('build', 'run')) - depends_on('r-statmod', type=('build', 'run')) depends_on('r-biocparallel', type=('build', 'run')) depends_on('r-biobase', type=('build', 'run')) depends_on('r-summarizedexperiment', type=('build', 'run')) @@ -40,3 +33,11 @@ class RDexseq(RPackage): depends_on('r-annotationdbi', type=('build', 'run')) depends_on('r-rcolorbrewer', type=('build', 'run')) depends_on('r-s4vectors@0.23.18:', type=('build', 'run')) + depends_on('r-biocgenerics', type=('build', 'run')) + depends_on('r-biomart', type=('build', 'run')) + depends_on('r-hwriter', type=('build', 'run')) + depends_on('r-stringr', type=('build', 'run')) + depends_on('r-rsamtools', type=('build', 'run')) + depends_on('r-statmod', type=('build', 'run')) + depends_on('r-geneplotter', type=('build', 'run')) + depends_on('r-genefilter', type=('build', 'run')) |