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
|
(modify-phases %standard-phases
|
||||||
(add-after 'unpack 'fix-includes
|
(add-after 'unpack 'fix-includes
|
||||||
(lambda _
|
(lambda _
|
||||||
(substitute* "SConstruct"
|
(substitute* "SConstruct"
|
||||||
(("/include/bam/bam.h")
|
(("/include/bam/bam.h")
|
||||||
"/include/samtools/bam.h"))
|
"/include/samtools/bam.h"))
|
||||||
(substitute* "src/BamUtils.h"
|
(substitute* "src/BamUtils.h"
|
||||||
(("^#include \"bam/bam\\.h\"")
|
(("^#include \"bam/bam\\.h\"")
|
||||||
"#include \"samtools/bam.h\"")
|
"#include \"samtools/bam.h\"")
|
||||||
(("^#include \"bam/sam\\.h\"")
|
(("^#include \"bam/sam\\.h\"")
|
||||||
"#include \"samtools/sam.h\""))
|
"#include \"samtools/sam.h\""))
|
||||||
(substitute* "src/KseqReader.h"
|
(substitute* "src/KseqReader.h"
|
||||||
(("^#include \"bam/kseq\\.h\"")
|
(("^#include \"bam/kseq\\.h\"")
|
||||||
"#include \"samtools/kseq.h\""))
|
"#include \"samtools/kseq.h\""))
|
||||||
#t))
|
#t))
|
||||||
(add-after 'unpack 'fix-scons
|
(add-after 'unpack 'fix-scons
|
||||||
(lambda _
|
(lambda _
|
||||||
(substitute* "SConstruct" ; Do not distribute README
|
(substitute* "SConstruct" ; Do not distribute README
|
||||||
|
@ -1471,7 +1471,7 @@ (define-public metabat
|
||||||
an automated metagenome binning software, which integrates empirical
|
an automated metagenome binning software, which integrates empirical
|
||||||
probabilistic distances of genome abundance and tetranucleotide frequency.")
|
probabilistic distances of genome abundance and tetranucleotide frequency.")
|
||||||
(license (license:non-copyleft "file://license.txt"
|
(license (license:non-copyleft "file://license.txt"
|
||||||
"See licence.txt in the distribution."))))
|
"See license.txt in the distribution."))))
|
||||||
|
|
||||||
(define-public miso
|
(define-public miso
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Reference in a new issue