gnu: samblaster: Simplify.
* gnu/packages/bioinformatics.scm (samblaster): Fix indentation. [arguments]: Use G-expression; drop trailing #T from 'install phase. [description]: Use double spacing between all sentences.master
parent
7da3ca1bd7
commit
6331e41cde
|
@ -17778,15 +17778,14 @@ length of a short-read sequencing alignment.")
|
|||
"0iv2ddfw8363vb2x8gr3p8g88whb6mb9m0pf71i2cqsbv6jghap7"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ; there are none
|
||||
(list
|
||||
#:tests? #f ; there are none
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(delete 'configure) ; There is no configure phase.
|
||||
#~(modify-phases %standard-phases
|
||||
(delete 'configure) ;There is no configure phase.
|
||||
(replace 'install
|
||||
(lambda* (#:key outputs #:allow-other-keys)
|
||||
(install-file "samblaster"
|
||||
(string-append (assoc-ref outputs "out") "/bin"))
|
||||
#t)))))
|
||||
(lambda _
|
||||
(install-file "samblaster" (string-append #$output "/bin")))))))
|
||||
(home-page "https://github.com/GregoryFaust/samblaster")
|
||||
(synopsis "Mark duplicates in paired-end SAM files")
|
||||
(description "Samblaster is a fast and flexible program for marking
|
||||
|
|
Reference in New Issue