unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#66118] [PATCH] gnu: Add r-omixerrpm.
@ 2023-09-20 10:39 Navid Afkhami
  2023-09-20 12:31 ` bug#66118: Can not be added to Guix - The package contains a non-free binary Navid.Afkhami
  0 siblings, 1 reply; 2+ messages in thread
From: Navid Afkhami @ 2023-09-20 10:39 UTC (permalink / raw)
  To: 66118; +Cc: Navid Afkhami

* gnu/packages/bioinformatics.scm (r-omixerrpm): New variable.
---
 gnu/packages/bioinformatics.scm | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 6acf37b312..d4da92b6b6 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -15065,6 +15065,29 @@ (define-public r-dyngen
 dynamic cellular processes at single-cell resolution.")
     (license license:expat)))
 
+(define-public r-omixerrpm
+  (let ((commit "184f1cc99aefed722e20eb00eda082348a064c4e")
+        (revision "1"))
+    (package
+      (name "r-omixerrpm")
+      (version (git-version "0.3.3" revision commit))
+      (source (origin
+                (method git-fetch)
+                (uri (git-reference
+                      (url "https://github.com/omixer/omixer-rpmR")
+                      (commit commit)))
+                (file-name (git-file-name name version))
+                (sha256
+                 (base32
+                  "10ipasg8zi4ln13a5zj2l4a35hd3sfy3p6gir0sw0vf3cbc11lnz"))))
+      (properties `((upstream-name . "omixerRpm")))
+      (build-system r-build-system)
+      (home-page "https://github.com/omixer/omixer-rpmR")
+      (synopsis "Metabolic module profiling of microbiome samples")
+      (description
+       "An R interface for microbiome metabolic module profiling with omixer-rpm.")
+      (license license:gpl3))))
+
 ;; Needed for r-liana
 (define-public r-omnipathr/devel
   (let ((commit "679bb79e319af246a16968d27d64d8d6937a331a")

base-commit: 6bd17a0806ad32d1493ac51a7443276f719c4224
-- 
2.34.1





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#66118: Can not be added to Guix - The package contains a non-free binary
  2023-09-20 10:39 [bug#66118] [PATCH] gnu: Add r-omixerrpm Navid Afkhami
@ 2023-09-20 12:31 ` Navid.Afkhami
  0 siblings, 0 replies; 2+ messages in thread
From: Navid.Afkhami @ 2023-09-20 12:31 UTC (permalink / raw)
  To: '66118-done@debbugs.gnu.org'


[-- Attachment #1.1: Type: text/plain, Size: 467 bytes --]

Hello,

 

This package cannot be added to Guix because it contains a non-free binary.
Therefore, please close the report.

 

Thank you,

Navid

 

- -  

Navid Afkhami

IT Administration

Max Delbrück Center for Molecular Medicine (MDC)

Berlin Institute for Medical Systems Biology (BIMSB)

Hannoversche Str. 28, 10115 Berlin

Phone: +49 30 9406 1316

Email:    <mailto:navid.afkhami@mdc-berlin.de> navid.afkhami@mdc-berlin.de

 


[-- Attachment #1.2: Type: text/html, Size: 3792 bytes --]

[-- Attachment #2: smime.p7s --]
[-- Type: application/pkcs7-signature, Size: 6971 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-09-20 12:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-20 10:39 [bug#66118] [PATCH] gnu: Add r-omixerrpm Navid Afkhami
2023-09-20 12:31 ` bug#66118: Can not be added to Guix - The package contains a non-free binary Navid.Afkhami

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).