gnu: r-seqinr: Move to (gnu packages cran).
* gnu/packages/bioinformatics.scm (r-seqinr): Move from here... * gnu/packages/cran.scm (r-seqinr): ...to here.
This commit is contained in:
		
							parent
							
								
									49a48c496f
								
							
						
					
					
						commit
						c4d521ba2c
					
				
					 2 changed files with 25 additions and 25 deletions
				
			
		|  | @ -7436,31 +7436,6 @@ In addition, a few low-level concrete subclasses of general interest (e.g. | ||||||
| S4Vectors package itself.") | S4Vectors package itself.") | ||||||
|     (license license:artistic2.0))) |     (license license:artistic2.0))) | ||||||
| 
 | 
 | ||||||
| (define-public r-seqinr |  | ||||||
|   (package |  | ||||||
|     (name "r-seqinr") |  | ||||||
|     (version "3.4-5") |  | ||||||
|     (source |  | ||||||
|       (origin |  | ||||||
|         (method url-fetch) |  | ||||||
|         (uri (cran-uri "seqinr" version)) |  | ||||||
|         (sha256 |  | ||||||
|           (base32 |  | ||||||
|             "17zv0n5cji17izwmwg0jcbxbjl3w5rls91w15svcnlpxjms38ahn")))) |  | ||||||
|     (build-system r-build-system) |  | ||||||
|     (propagated-inputs |  | ||||||
|      `(("r-ade4" ,r-ade4) |  | ||||||
|        ("r-segmented" ,r-segmented))) |  | ||||||
|     (inputs |  | ||||||
|      `(("zlib" ,zlib))) |  | ||||||
|     (home-page "http://seqinr.r-forge.r-project.org/") |  | ||||||
|     (synopsis "Biological sequences retrieval and analysis") |  | ||||||
|     (description |  | ||||||
|      "This package provides tools for exploratory data analysis and data |  | ||||||
| visualization of biological sequence (DNA and protein) data.  It also includes |  | ||||||
| utilities for sequence data management under the ACNUC system.") |  | ||||||
|     (license license:gpl2+))) |  | ||||||
| 
 |  | ||||||
| (define-public r-iranges | (define-public r-iranges | ||||||
|   (package |   (package | ||||||
|     (name "r-iranges") |     (name "r-iranges") | ||||||
|  |  | ||||||
|  | @ -12049,6 +12049,31 @@ use multiple corrections.  Visualization of data can be done either by | ||||||
| barplots or heatmaps.") | barplots or heatmaps.") | ||||||
|     (license license:gpl2+))) |     (license license:gpl2+))) | ||||||
| 
 | 
 | ||||||
|  | (define-public r-seqinr | ||||||
|  |   (package | ||||||
|  |     (name "r-seqinr") | ||||||
|  |     (version "3.4-5") | ||||||
|  |     (source | ||||||
|  |      (origin | ||||||
|  |        (method url-fetch) | ||||||
|  |        (uri (cran-uri "seqinr" version)) | ||||||
|  |        (sha256 | ||||||
|  |         (base32 | ||||||
|  |          "17zv0n5cji17izwmwg0jcbxbjl3w5rls91w15svcnlpxjms38ahn")))) | ||||||
|  |     (build-system r-build-system) | ||||||
|  |     (propagated-inputs | ||||||
|  |      `(("r-ade4" ,r-ade4) | ||||||
|  |        ("r-segmented" ,r-segmented))) | ||||||
|  |     (inputs | ||||||
|  |      `(("zlib" ,zlib))) | ||||||
|  |     (home-page "http://seqinr.r-forge.r-project.org/") | ||||||
|  |     (synopsis "Biological sequences retrieval and analysis") | ||||||
|  |     (description | ||||||
|  |      "This package provides tools for exploratory data analysis and data | ||||||
|  | visualization of biological sequence (DNA and protein) data.  It also includes | ||||||
|  | utilities for sequence data management under the ACNUC system.") | ||||||
|  |     (license license:gpl2+))) | ||||||
|  | 
 | ||||||
| (define-public r-units | (define-public r-units | ||||||
|   (package |   (package | ||||||
|     (name "r-units") |     (name "r-units") | ||||||
|  |  | ||||||
		Reference in a new issue