gnu: ngs-sdk: Correct typo.
* gnu/packages/bioinformatics.scm (ngs-sdk): Correct typo.
This commit is contained in:
parent
a0dadf0cb1
commit
ab29be81c5
|
@ -2185,7 +2185,7 @@ viewer.")
|
||||||
;; According to the test
|
;; According to the test
|
||||||
;; unless ($MARCH =~ /x86_64/i || $MARCH =~ /i?86/i)
|
;; unless ($MARCH =~ /x86_64/i || $MARCH =~ /i?86/i)
|
||||||
;; in ngs-sdk/setup/konfigure.perl
|
;; in ngs-sdk/setup/konfigure.perl
|
||||||
(supported-systems '("i686-linux" "x86_64-linux"))))
|
(supported-systems '("i686-linux" "x86_64-linux"))
|
||||||
(home-page "https://github.com/ncbi/ngs")
|
(home-page "https://github.com/ncbi/ngs")
|
||||||
(synopsis "API for accessing Next Generation Sequencing data")
|
(synopsis "API for accessing Next Generation Sequencing data")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in New Issue