gnu: Add python-bcbio-gff/biopython-1.73.
* gnu/packages/bioinformatics.scm (python-bcbio-gff/biopython-1.73): New variable.
This commit is contained in:
		
							parent
							
								
									45f2d7eb90
								
							
						
					
					
						commit
						9558da5bb4
					
				
					 1 changed files with 8 additions and 1 deletions
				
			
		|  | @ -1,5 +1,5 @@ | |||
| ;;; GNU Guix --- Functional package management for GNU | ||||
| ;;; Copyright © 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022 Ricardo Wurmus <rekado@elephly.net> | ||||
| ;;; Copyright © 2014-2023 Ricardo Wurmus <rekado@elephly.net> | ||||
| ;;; Copyright © 2015, 2016, 2017, 2018 Ben Woodcroft <donttrustben@gmail.com> | ||||
| ;;; Copyright © 2015, 2016, 2018, 2019, 2020 Pjotr Prins <pjotr.guix@thebird.nl> | ||||
| ;;; Copyright © 2015 Andreas Enge <andreas@enge.fr> | ||||
|  | @ -976,6 +976,13 @@ intended to behave exactly the same as the original BWK awk.") | |||
| Format (GFF) with Biopython integration.") | ||||
|     (license (license:non-copyleft "http://www.biopython.org/DIST/LICENSE")))) | ||||
| 
 | ||||
| (define-public python-bcbio-gff/biopython-1.73 | ||||
|   (package | ||||
|     (inherit python-bcbio-gff) | ||||
|     (propagated-inputs | ||||
|      (modify-inputs (package-propagated-inputs python-bcbio-gff) | ||||
|        (replace "python-biopython" python-biopython-1.73))))) | ||||
| 
 | ||||
| (define-public python-cellbender | ||||
|   (package | ||||
|     (name "python-cellbender") | ||||
|  |  | |||
		Reference in a new issue