GNU bug report logs -
#32587
[PATCH] gnu: Add r-pore.
Previous Next
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#32587: [PATCH] gnu: Add r-pore.
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 32587 <at> debbugs.gnu.org.
--
32587: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=32587
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
Hello,
pimi <madalinionel.patrascu <at> mdc-berlin.de> skribis:
> gnu/packages/bioinformatics.scm (r-pore): New variable.
[...]
> + (string-append
> + "mirror://sourceforge/projects/rpore/files/"version"/poRe_"version".tar.gz"))
I fixed the URL, clarified the comment about the license, and committed.
Thanks!
Ludo’.
[Message part 3 (message/rfc822, inline)]
gnu/packages/bioinformatics.scm (r-pore): New variable
---
gnu/packages/bioinformatics.scm | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 22a00894c..0605e4564 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -13558,3 +13558,30 @@ reference transcripts provided in a annotation file (also in GTF/GFF3 format).
(list
license:expat ;license for gffcompare
license:artistic2.0))))) ;license for gclib
+
+(define-public r-pore
+ (package
+ (name "r-pore")
+ (version "0.24")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append
+ "https://sourceforge.net/projects/rpore/files/"version"/poRe_"version".tar.gz"))
+ (sha256
+ (base32 "0pih9nljbv8g4x8rkk29i7aqq681b782r5s5ynp4nw9yzqnmmksv"))))
+ (properties `((upstream-name . "poRe")))
+ (build-system r-build-system)
+ (native-inputs
+ `(("r-rhdf5" ,r-rhdf5)
+ ("r-shiny" ,r-shiny)
+ ("r-svdialogs" ,r-svdialogs)
+ ("r-data-table" ,r-data-table)
+ ("r-bit64" ,r-bit64)))
+ (home-page "https://sourceforge.net/projects/rpore/files/")
+ (synopsis "This R package enable visualisation of nanopore sequencing data")
+ (description
+ "The Oxford Nanopore MinION is a revolutionary sequencer with a unique model of data
+delivery, requiring novel tools for the novice user. This package enables
+organisation and visualisation of MinION data.")
+ (license license:gpl3)))
--
2.17.1
This bug report was last modified 6 years and 249 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.