gnu: r-rbgl: Move to (gnu packages bioconductor).
* gnu/packages/bioinformatics.scm (r-rbgl): Move from here... * gnu/packages/bioconductor.scm (r-rbgl): ...to here.
This commit is contained in:
		
							parent
							
								
									ff92c2873c
								
							
						
					
					
						commit
						f44079bc21
					
				
					 2 changed files with 23 additions and 23 deletions
				
			
		| 
						 | 
					@ -1650,6 +1650,29 @@ high-throughput sequencing experiments.")
 | 
				
			||||||
the Human Protein Atlas project.")
 | 
					the Human Protein Atlas project.")
 | 
				
			||||||
    (license license:artistic2.0)))
 | 
					    (license license:artistic2.0)))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					(define-public r-rbgl
 | 
				
			||||||
 | 
					  (package
 | 
				
			||||||
 | 
					    (name "r-rbgl")
 | 
				
			||||||
 | 
					    (version "1.66.0")
 | 
				
			||||||
 | 
					    (source
 | 
				
			||||||
 | 
					     (origin
 | 
				
			||||||
 | 
					       (method url-fetch)
 | 
				
			||||||
 | 
					       (uri (bioconductor-uri "RBGL" version))
 | 
				
			||||||
 | 
					       (sha256
 | 
				
			||||||
 | 
					        (base32
 | 
				
			||||||
 | 
					         "016vyzgixb3gjpzi21rbs6ngnnqcxr77krwjjf1ldnzzj8vqrqsz"))))
 | 
				
			||||||
 | 
					    (properties `((upstream-name . "RBGL")))
 | 
				
			||||||
 | 
					    (build-system r-build-system)
 | 
				
			||||||
 | 
					    (propagated-inputs
 | 
				
			||||||
 | 
					     `(("r-bh" ,r-bh)
 | 
				
			||||||
 | 
					       ("r-graph" ,r-graph)))
 | 
				
			||||||
 | 
					    (home-page "https://www.bioconductor.org/packages/RBGL")
 | 
				
			||||||
 | 
					    (synopsis "Interface to the Boost graph library")
 | 
				
			||||||
 | 
					    (description
 | 
				
			||||||
 | 
					     "This package provides a fairly extensive and comprehensive interface to
 | 
				
			||||||
 | 
					the graph algorithms contained in the Boost library.")
 | 
				
			||||||
 | 
					    (license license:artistic2.0)))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
(define-public r-regioner
 | 
					(define-public r-regioner
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "r-regioner")
 | 
					    (name "r-regioner")
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -7387,29 +7387,6 @@ includes software to
 | 
				
			||||||
")
 | 
					")
 | 
				
			||||||
      (license license:cc0))))
 | 
					      (license license:cc0))))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
(define-public r-rbgl
 | 
					 | 
				
			||||||
  (package
 | 
					 | 
				
			||||||
    (name "r-rbgl")
 | 
					 | 
				
			||||||
    (version "1.66.0")
 | 
					 | 
				
			||||||
    (source
 | 
					 | 
				
			||||||
     (origin
 | 
					 | 
				
			||||||
       (method url-fetch)
 | 
					 | 
				
			||||||
       (uri (bioconductor-uri "RBGL" version))
 | 
					 | 
				
			||||||
       (sha256
 | 
					 | 
				
			||||||
        (base32
 | 
					 | 
				
			||||||
         "016vyzgixb3gjpzi21rbs6ngnnqcxr77krwjjf1ldnzzj8vqrqsz"))))
 | 
					 | 
				
			||||||
    (properties `((upstream-name . "RBGL")))
 | 
					 | 
				
			||||||
    (build-system r-build-system)
 | 
					 | 
				
			||||||
    (propagated-inputs
 | 
					 | 
				
			||||||
     `(("r-bh" ,r-bh)
 | 
					 | 
				
			||||||
       ("r-graph" ,r-graph)))
 | 
					 | 
				
			||||||
    (home-page "https://www.bioconductor.org/packages/RBGL")
 | 
					 | 
				
			||||||
    (synopsis "Interface to the Boost graph library")
 | 
					 | 
				
			||||||
    (description
 | 
					 | 
				
			||||||
     "This package provides a fairly extensive and comprehensive interface to
 | 
					 | 
				
			||||||
the graph algorithms contained in the Boost library.")
 | 
					 | 
				
			||||||
    (license license:artistic2.0)))
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
(define-public r-gseabase
 | 
					(define-public r-gseabase
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "r-gseabase")
 | 
					    (name "r-gseabase")
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue