me
/
guix
Archived
1
0
Fork 0

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
Ricardo Wurmus 2023-05-12 22:29:38 +02:00
parent 7da3ca1bd7
commit 6331e41cde
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 17 additions and 18 deletions

View File

@ -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