@@ -1414,18 +1414,18 @@ sequencing tag position and orientation.")
1414
1414
(modify-phases %standard-phases
1415
1415
(add-after 'unpack 'fix-includes
1416
1416
(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 ))
1429
1429
(add-after 'unpack 'fix-scons
1430
1430
(lambda _
1431
1431
(substitute* " SConstruct" ; Do not distribute README
@@ -1471,7 +1471,7 @@ enables the study of individual organisms and their interactions. MetaBAT is
1471
1471
an automated metagenome binning software, which integrates empirical
1472
1472
probabilistic distances of genome abundance and tetranucleotide frequency." )
1473
1473
(license (license:non-copyleft " file://license.txt"
1474
- " See licence .txt in the distribution." ))))
1474
+ " See license .txt in the distribution." ))))
1475
1475
1476
1476
(define-public miso
1477
1477
(package
0 commit comments