gnu: Add r-pairadise.
* gnu/packages/bioinformatics.scm (r-pairadise): New variable. Change-Id: I7314d43c75ed008942757feb878628d1ac855f31
This commit is contained in:
parent
0944c5b028
commit
9b84b36296
@ -12428,6 +12428,21 @@ for identifying differential alternative splicing from RNA-seq data with
|
||||
paired replicates.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public r-pairadise
|
||||
(package
|
||||
(inherit pairadise)
|
||||
(name "r-pairadise")
|
||||
(build-system r-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:phases
|
||||
'(modify-phases %standard-phases
|
||||
(add-after 'unpack 'chdir
|
||||
(lambda _ (chdir "pairadise/src/pairadise_model"))))))
|
||||
(inputs '())
|
||||
(propagated-inputs (list r-doparallel r-foreach r-iterators r-nloptr))
|
||||
(license license:expat)))
|
||||
|
||||
(define-public pardre
|
||||
(package
|
||||
(name "pardre")
|
||||
|
Loading…
x
Reference in New Issue
Block a user