Merge branch 'master' into core-updates

This commit is contained in:
Mark H Weaver 2018-05-24 02:34:08 -04:00
commit 9d10a63402
No known key found for this signature in database
GPG key ID: 7CEF29847562C516
30 changed files with 738 additions and 162 deletions

View file

@ -11634,6 +11634,9 @@ Browser.")
"filter_non_conversion"
"bam2nuc"
"bismark2summary")))
(substitute* "bismark2report"
(("\\$RealBin/bismark_sitrep")
(string-append share "/bismark_sitrep")))
(mkdir-p share)
(mkdir-p docdir)
(mkdir-p bin)
@ -11642,10 +11645,6 @@ Browser.")
(for-each (lambda (file) (install-file file docdir))
docs)
(copy-recursively "Docs/Images" (string-append docdir "/Images"))
(substitute* "bismark2report"
(("\\$RealBin/bismark_sitrep")
(string-append share "/bismark_sitrep")))
(copy-recursively "bismark_sitrep"
(string-append share "/bismark_sitrep"))
@ -13008,7 +13007,7 @@ methylation and segmentation.")
(define-public pigx-scrnaseq
(package
(name "pigx-scrnaseq")
(version "0.0.3")
(version "0.0.4")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/BIMSBbioinfo/pigx_scrnaseq/"
@ -13016,7 +13015,7 @@ methylation and segmentation.")
"/pigx_scrnaseq-" version ".tar.gz"))
(sha256
(base32
"12qdq0nj1wdkyighdxj6924bmbpd1a0b3gam6w64l4hiqrv5sijz"))))
"1pvjm6f3mascprs65vflggwwg5v925knvgal7k7a6nnlmw5qndrf"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags