Skip to content

Commit 5ede5f2

Browse files
author
Mark H Weaver
committed
gnu: metabat: Minor tweaks.
* gnu/packages/bioinformatics.scm (metabat)[arguments]: Fix indentation in 'fix-includes' phase. [license]: Fix misspelling.
1 parent 8fd790e commit 5ede5f2

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

gnu/packages/bioinformatics.scm

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1414,18 +1414,18 @@ sequencing tag position and orientation.")
14141414
(modify-phases %standard-phases
14151415
(add-after 'unpack 'fix-includes
14161416
(lambda _
1417-
(substitute* "SConstruct"
1418-
(("/include/bam/bam.h")
1419-
"/include/samtools/bam.h"))
1420-
(substitute* "src/BamUtils.h"
1421-
(("^#include \"bam/bam\\.h\"")
1422-
"#include \"samtools/bam.h\"")
1423-
(("^#include \"bam/sam\\.h\"")
1424-
"#include \"samtools/sam.h\""))
1425-
(substitute* "src/KseqReader.h"
1426-
(("^#include \"bam/kseq\\.h\"")
1427-
"#include \"samtools/kseq.h\""))
1428-
#t))
1417+
(substitute* "SConstruct"
1418+
(("/include/bam/bam.h")
1419+
"/include/samtools/bam.h"))
1420+
(substitute* "src/BamUtils.h"
1421+
(("^#include \"bam/bam\\.h\"")
1422+
"#include \"samtools/bam.h\"")
1423+
(("^#include \"bam/sam\\.h\"")
1424+
"#include \"samtools/sam.h\""))
1425+
(substitute* "src/KseqReader.h"
1426+
(("^#include \"bam/kseq\\.h\"")
1427+
"#include \"samtools/kseq.h\""))
1428+
#t))
14291429
(add-after 'unpack 'fix-scons
14301430
(lambda _
14311431
(substitute* "SConstruct" ; Do not distribute README
@@ -1471,7 +1471,7 @@ enables the study of individual organisms and their interactions. MetaBAT is
14711471
an automated metagenome binning software, which integrates empirical
14721472
probabilistic distances of genome abundance and tetranucleotide frequency.")
14731473
(license (license:non-copyleft "file://license.txt"
1474-
"See licence.txt in the distribution."))))
1474+
"See license.txt in the distribution."))))
14751475

14761476
(define-public miso
14771477
(package

0 commit comments

Comments
 (0)