[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/47: gnu: Add r-bio3d.
From: |
guix-commits |
Subject: |
02/47: gnu: Add r-bio3d. |
Date: |
Fri, 13 Dec 2019 16:42:13 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit e44c4cd73cfb256c97a0f14f8b3731b35b024dd8
Author: Ricardo Wurmus <address@hidden>
Date: Fri Dec 13 13:30:58 2019 +0100
gnu: Add r-bio3d.
* gnu/packages/cran.scm (r-bio3d): New variable.
---
gnu/packages/cran.scm | 31 +++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index c2f0e15..1c3d40d 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -16013,3 +16013,34 @@ graphics directly in the terminal window. This
package provides a basic
plotting function (and equivalents of curve, density, acf and barplot) as well
as a boxplot function.")
(license license:lgpl3+)))
+
+(define-public r-bio3d
+ (package
+ (name "r-bio3d")
+ (version "2.4-0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "bio3d" version))
+ (sha256
+ (base32
+ "0ikpk1ppdp50m9kd289z616i382j9i7ji1zchyd4xqfyk8lnxf4s"))))
+ (properties `((upstream-name . "bio3d")))
+ (build-system r-build-system)
+ (inputs `(("zlib" ,zlib)))
+ (propagated-inputs `(("r-rcpp" ,r-rcpp)))
+ (home-page "http://thegrantlab.org/bio3d/")
+ (synopsis "Biological structure analysis")
+ (description
+ "This package provides utilities to process, organize and explore protein
+structure, sequence and dynamics data. Features include the ability to read
+and write structure, sequence and dynamic trajectory data, perform sequence
+and structure database searches, data summaries, atom selection, alignment,
+superposition, rigid core identification, clustering, torsion analysis,
+distance matrix analysis, structure and sequence conservation analysis, normal
+mode analysis, principal component analysis of heterogeneous structure data,
+and correlation network analysis from normal mode and molecular dynamics data.
+In addition, various utility functions are provided to enable the statistical
+and graphical power of the R environment to work with biological sequence and
+structural data.")
+ (license license:gpl2+)))
- branch master updated (c45fdf9 -> 1c2e3d7), guix-commits, 2019/12/13
- 03/47: gnu: Add r-bios2cor., guix-commits, 2019/12/13
- 07/47: gnu: r-shiny: Update to 1.4.0., guix-commits, 2019/12/13
- 04/47: gnu: Add r-networkd3., guix-commits, 2019/12/13
- 02/47: gnu: Add r-bio3d.,
guix-commits <=
- 06/47: gnu: Add r-fastmap., guix-commits, 2019/12/13
- 10/47: gnu: Add r-abcadm., guix-commits, 2019/12/13
- 27/47: gnu: Add r-accrual., guix-commits, 2019/12/13
- 25/47: gnu: Add r-fgui., guix-commits, 2019/12/13
- 24/47: gnu: Add r-smpracticals., guix-commits, 2019/12/13
- 29/47: gnu: Add r-mda., guix-commits, 2019/12/13
- 09/47: gnu: Add r-abc-rap., guix-commits, 2019/12/13
- 05/47: gnu: Add r-aasea., guix-commits, 2019/12/13
- 01/47: gnu: r-desolve: Update description., guix-commits, 2019/12/13
- 11/47: gnu: Add r-rglpk., guix-commits, 2019/12/13