Skip to content
Snippets Groups Projects
Commit ab29be81 authored by Andreas Enge's avatar Andreas Enge
Browse files

gnu: ngs-sdk: Correct typo.

* gnu/packages/bioinformatics.scm (ngs-sdk): Correct typo.
parent a0dadf0c
No related branches found
No related tags found
No related merge requests found
...@@ -2185,7 +2185,7 @@ (define-public ngs-sdk ...@@ -2185,7 +2185,7 @@ (define-public ngs-sdk
;; 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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment