mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: metabat: Minor tweaks.
* gnu/packages/bioinformatics.scm (metabat)[arguments]: Fix indentation in 'fix-includes' phase. [license]: Fix misspelling.
This commit is contained in:
parent
8fd790eb87
commit
5ede5f2f1c
1 changed files with 13 additions and 13 deletions
|
@ -1414,18 +1414,18 @@ (define-public metabat
|
|||
(modify-phases %standard-phases
|
||||
(add-after 'unpack 'fix-includes
|
||||
(lambda _
|
||||
(substitute* "SConstruct"
|
||||
(("/include/bam/bam.h")
|
||||
"/include/samtools/bam.h"))
|
||||
(substitute* "src/BamUtils.h"
|
||||
(("^#include \"bam/bam\\.h\"")
|
||||
"#include \"samtools/bam.h\"")
|
||||
(("^#include \"bam/sam\\.h\"")
|
||||
"#include \"samtools/sam.h\""))
|
||||
(substitute* "src/KseqReader.h"
|
||||
(("^#include \"bam/kseq\\.h\"")
|
||||
"#include \"samtools/kseq.h\""))
|
||||
#t))
|
||||
(substitute* "SConstruct"
|
||||
(("/include/bam/bam.h")
|
||||
"/include/samtools/bam.h"))
|
||||
(substitute* "src/BamUtils.h"
|
||||
(("^#include \"bam/bam\\.h\"")
|
||||
"#include \"samtools/bam.h\"")
|
||||
(("^#include \"bam/sam\\.h\"")
|
||||
"#include \"samtools/sam.h\""))
|
||||
(substitute* "src/KseqReader.h"
|
||||
(("^#include \"bam/kseq\\.h\"")
|
||||
"#include \"samtools/kseq.h\""))
|
||||
#t))
|
||||
(add-after 'unpack 'fix-scons
|
||||
(lambda _
|
||||
(substitute* "SConstruct" ; Do not distribute README
|
||||
|
@ -1471,7 +1471,7 @@ (define-public metabat
|
|||
an automated metagenome binning software, which integrates empirical
|
||||
probabilistic distances of genome abundance and tetranucleotide frequency.")
|
||||
(license (license:non-copyleft "file://license.txt"
|
||||
"See licence.txt in the distribution."))))
|
||||
"See license.txt in the distribution."))))
|
||||
|
||||
(define-public miso
|
||||
(package
|
||||
|
|
Loading…
Reference in a new issue