gnu: mosaik: Build only on x86_64.
* gnu/packages/bioinformatics.scm (mosaik)[supported-systems]: Add field.
This commit is contained in:
parent
0086ec733c
commit
029d9f77ab
1 changed files with 1 additions and 0 deletions
|
@ -2315,6 +2315,7 @@ (define-public mosaik
|
|||
(inputs
|
||||
`(("perl" ,perl)
|
||||
("zlib" ,zlib)))
|
||||
(supported-systems '("x86_64-linux"))
|
||||
(home-page "https://code.google.com/p/mosaik-aligner/")
|
||||
(synopsis "Map nucleotide sequence reads to reference genomes")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue