me
/
guix
Archived
1
0
Fork 0

gnu: plink-ng: Sort inputs alphabetically.

* gnu/packages/bioinformatics.scm (plink-ng)[inputs]: Sort
alphabetically.
master
Efraim Flashner 2021-03-31 14:14:48 +03:00
parent 58e9e0e142
commit 977ea2c0a3
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 3 additions and 3 deletions

View File

@ -6318,9 +6318,9 @@ subsequent visualization, annotation and storage of results.")
(install-file "plink" bin)
#t))))))
(inputs
`(("zlib" ,zlib)
("lapack" ,lapack)
("openblas" ,openblas)))
`(("lapack" ,lapack)
("openblas" ,openblas)
("zlib" ,zlib)))
(home-page "https://www.cog-genomics.org/plink/")
(license license:gpl3+)))