From 7fba604162ee5bb5177920dd2f2e4a624351bccd Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Sun, 30 Aug 2020 15:27:25 -0500 Subject: gn: Remove duplicate rust-gfa --- gn/packages/bioinformatics.scm | 27 --------------------------- 1 file changed, 27 deletions(-) (limited to 'gn/packages') diff --git a/gn/packages/bioinformatics.scm b/gn/packages/bioinformatics.scm index 9828e14..062adfd 100644 --- a/gn/packages/bioinformatics.scm +++ b/gn/packages/bioinformatics.scm @@ -8,7 +8,6 @@ #:use-module (guix git-download) #:use-module (guix hg-download) #:use-module (guix build-system ant) - #:use-module (guix build-system cargo) #:use-module (guix build-system cmake) #:use-module (guix build-system gnu) #:use-module (guix build-system python) @@ -27,7 +26,6 @@ #:use-module (gnu packages cmake) #:use-module (gnu packages compression) #:use-module (gnu packages cran) - #:use-module (gnu packages crates-io) #:use-module (gnu packages databases) #:use-module (gnu packages datastructures) #:use-module (gnu packages elf) @@ -1328,31 +1326,6 @@ available to other researchers.") (delete-file "scanpy/tests/test_pca.py") #t))))))))) -(define-public rust-gfa - (package - (name "rust-gfa") - (version "0.2.2") - (source - (origin - (method url-fetch) - (uri (crate-uri "gfa" version)) - (file-name - (string-append name "-" version ".tar.gz")) - (sha256 - (base32 - "1w9rybwyfx6gnp1nr8yc18sif3ynankx2r5qnbjfy8bxw1mcslg0")))) - (build-system cargo-build-system) - (arguments - `(#:cargo-inputs - (("rust-lazy-static" ,rust-lazy-static-1) - ("rust-nom" ,rust-nom-5)))) - (home-page "https://github.com/chfi/rs-gfa") - (synopsis "Library for working with graphs in the GFA format") - (description - "This package provides a Rust library for working with graphs in the -@dfn{Graphical Fragment Assembly} (GFA) format.") - (license license:expat))) - (define-public vg (package (name "vg") -- cgit v1.2.3