diff options
author | Andreas Enge <andreas@enge.fr> | 2025-08-01 18:29:44 +0200 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2025-08-01 18:29:56 +0200 |
commit | 9351e06e3a9f5214df441a94a2ad3ef43af161c0 (patch) | |
tree | 5f0e8c457af610d9512bfaa90babbb29eda6ca36 /gnu/packages | |
parent | 8ebe8857fad1ed4b09342a2452cb8297d5622ff9 (diff) |
gnu: Remove r-r4rna.
This is a duplicate package with (gnu packages bioconductor) r-r4rna.
The only dependent package r-rnacrosslinkoo also builds with the
bioconductor version, which is at a higher release.
* gnu/packages/bioinformatics.scm (r-r4rna): Delete variable.
Reported-by: nomike@nomike.com
Change-Id: I4845e785eb1f6a3b2ff35c27ca86e23b2ea90aa5
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/bioinformatics.scm | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 9bf9e3e6c1..363e78f81d 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -15137,28 +15137,6 @@ used to obtain robust estimates of the predominant fragment length or characteristic tag shift values in these assays.") (license license:bsd-3)))) -(define-public r-r4rna - (package - (name "r-r4rna") - (version "0.1.4") - (source - (origin - (method url-fetch) - (uri (string-append "http://www.e-rna.org/r-chie/files/R4RNA_" - version ".tar.gz")) - (sha256 - (base32 - "1p0i78wh76jfgmn9jphbwwaz6yy6pipzfg08xs54cxavxg2j81p5")))) - (build-system r-build-system) - (propagated-inputs - (list r-optparse r-rcolorbrewer)) - (home-page "https://www.e-rna.org/r-chie/index.cgi") - (synopsis "Analysis framework for RNA secondary structure") - (description - "The R4RNA package aims to be a general framework for the analysis of RNA -secondary structure and comparative analysis in R.") - (license license:gpl3+))) - (define-public rcas-web (let ((commit "71c93e3835653beb4eaa6e89b860bee3779729b8") (revision "2")) |