mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: gess: Use WRAP-SCRIPT.
* gnu/packages/bioinformatics.scm (gess)[arguments]: Use WRAP-SCRIPT. [inputs]: Add guile-3.0 for wrapper.
This commit is contained in:
parent
9309fe355e
commit
4d5d07f75c
1 changed files with 3 additions and 2 deletions
|
@ -11089,7 +11089,7 @@ import matplotlib
|
|||
matplotlib.use('Agg')
|
||||
" line)))
|
||||
;; Make sure GESS has all modules in its path
|
||||
(wrap-program (string-append target "GESS.py")
|
||||
(wrap-script (string-append target "GESS.py")
|
||||
`("PYTHONPATH" ":" = (,target ,(getenv "PYTHONPATH"))))
|
||||
(mkdir-p bin)
|
||||
(symlink (string-append target "GESS.py")
|
||||
|
@ -11101,7 +11101,8 @@ matplotlib.use('Agg')
|
|||
("python2-scipy" ,python2-scipy)
|
||||
("python2-numpy" ,python2-numpy)
|
||||
("python2-networkx" ,python2-networkx)
|
||||
("python2-biopython" ,python2-biopython)))
|
||||
("python2-biopython" ,python2-biopython)
|
||||
("guile" ,guile-3.0))) ; for the script wrapper
|
||||
(home-page "https://compbio.uthscsa.edu/GESS_Web/")
|
||||
(synopsis "Detect exon-skipping events from raw RNA-seq data")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue