gnu: orfm: Update to 0.4.1.
* gnu/packages/bioinformatics.scm (orfm): Update to 0.4.1.
This commit is contained in:
parent
2f6b3d2e7e
commit
a98c6eccf8
|
@ -1104,7 +1104,7 @@ that a read originated from a particular isoform.")
|
|||
(define-public orfm
|
||||
(package
|
||||
(name "orfm")
|
||||
(version "0.3.2")
|
||||
(version "0.4.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -1112,7 +1112,7 @@ that a read originated from a particular isoform.")
|
|||
version "/orfm-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"00jqvlspj9662ni9r4n1snxfnwkzc02i46g5nk1kwjshi6v3vgg3"))))
|
||||
"05fmw145snk646ly076zby0fjav0k7ysbclck5d4s9pmgcfpijc2"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs `(("zlib" ,zlib)))
|
||||
(synopsis "Simple and not slow open reading frame (ORF) caller")
|
||||
|
|
Loading…
Reference in New Issue