all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Navid Afkhami <navid.afkhami@mdc-berlin.de>
To: 65689@debbugs.gnu.org
Cc: Navid Afkhami <navid.afkhami@mdc-berlin.de>
Subject: [bug#65689] [PATCH 1/2] gnu: Add r-strawr.
Date: Fri, 1 Sep 2023 20:45:11 +0000	[thread overview]
Message-ID: <646a45304d13b4544a475fc2ce490faee83496d8.1693601111.git.navid.afkhami@mdc-berlin.de> (raw)

* gnu/packages/cran.scm (r-strawr): New variable.
---
 gnu/packages/cran.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 4ec6b802ff..adf2d4c32a 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -8287,6 +8287,28 @@ (define-public r-statsexpressions
 for ggstatsplot.")
     (license license:gpl3)))
 
+(define-public r-strawr
+  (package
+    (name "r-strawr")
+    (version "0.0.91")
+    (source (origin
+              (method url-fetch)
+              (uri (cran-uri "strawr" version))
+              (sha256
+               (base32
+                "1nbcn20g3f3f5x9sscj3020n5h4iaphr70s90n2fz31vc4snzq2m"))))
+    (properties `((upstream-name . "strawr")))
+    (build-system r-build-system)
+    (inputs (list curl openssh openssl zlib))
+    (propagated-inputs (list r-rcpp))
+    (home-page "https://github.com/aidenlab/straw/tree/master/R")
+    (synopsis "Fast Implementation of Reading/Dump for .hic Files")
+    (description
+     "API for efficient .hic file data extraction with programmatic matrix access.
+It doesn't store the pointer data for all the matrices, only theone
+queried, and currently we are only supporting matrices.")
+    (license license:expat)))
+
 (define-public r-stringdist
   (package
     (name "r-stringdist")

base-commit: 7309da3ba64a191f074807275d8c5661a25c035c
prerequisite-patch-id: 70b98dde8ca4056fb8bd1b731716853ac2c9f0a1
-- 
2.34.1





             reply	other threads:[~2023-09-01 20:46 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-01 20:45 Navid Afkhami [this message]
2023-09-01 20:45 ` [bug#65688] [PATCH 2/2] gnu: Add r-trackviewer Navid Afkhami
2023-09-02  9:55   ` bug#65688: " Ricardo Wurmus
2023-09-02  9:48 ` bug#65689: [PATCH 1/2] gnu: Add r-strawr Ricardo Wurmus

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=646a45304d13b4544a475fc2ce490faee83496d8.1693601111.git.navid.afkhami@mdc-berlin.de \
    --to=navid.afkhami@mdc-berlin.de \
    --cc=65689@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.