diff options
| author | Mark H Weaver <mhw@netris.org> | 2015-07-19 15:25:54 -0400 |
|---|---|---|
| committer | Mark H Weaver <mhw@netris.org> | 2015-07-19 15:27:15 -0400 |
| commit | 5ede5f2f1ca8d920a57021bccc5560f69e1b94d1 (patch) | |
| tree | 6a9fc6aa384a08be17a9066d956b2cb0f0496b54 | |
| parent | 8fd790eb87a5adaebca9a588c597c51c84fc6cc7 (diff) | |
gnu: metabat: Minor tweaks.
* gnu/packages/bioinformatics.scm (metabat)[arguments]: Fix indentation in
'fix-includes' phase.
[license]: Fix misspelling.
| -rw-r--r-- | gnu/packages/bioinformatics.scm | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index e7eed3a694d..78cd3ce3214 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm | |||
| @@ -1414,18 +1414,18 @@ sequencing tag position and orientation.") | |||
| 1414 | (modify-phases %standard-phases | 1414 | (modify-phases %standard-phases |
| 1415 | (add-after 'unpack 'fix-includes | 1415 | (add-after 'unpack 'fix-includes |
| 1416 | (lambda _ | 1416 | (lambda _ |
| 1417 | (substitute* "SConstruct" | 1417 | (substitute* "SConstruct" |
| 1418 | (("/include/bam/bam.h") | 1418 | (("/include/bam/bam.h") |
| 1419 | "/include/samtools/bam.h")) | 1419 | "/include/samtools/bam.h")) |
| 1420 | (substitute* "src/BamUtils.h" | 1420 | (substitute* "src/BamUtils.h" |
| 1421 | (("^#include \"bam/bam\\.h\"") | 1421 | (("^#include \"bam/bam\\.h\"") |
| 1422 | "#include \"samtools/bam.h\"") | 1422 | "#include \"samtools/bam.h\"") |
| 1423 | (("^#include \"bam/sam\\.h\"") | 1423 | (("^#include \"bam/sam\\.h\"") |
| 1424 | "#include \"samtools/sam.h\"")) | 1424 | "#include \"samtools/sam.h\"")) |
| 1425 | (substitute* "src/KseqReader.h" | 1425 | (substitute* "src/KseqReader.h" |
| 1426 | (("^#include \"bam/kseq\\.h\"") | 1426 | (("^#include \"bam/kseq\\.h\"") |
| 1427 | "#include \"samtools/kseq.h\"")) | 1427 | "#include \"samtools/kseq.h\"")) |
| 1428 | #t)) | 1428 | #t)) |
| 1429 | (add-after 'unpack 'fix-scons | 1429 | (add-after 'unpack 'fix-scons |
| 1430 | (lambda _ | 1430 | (lambda _ |
| 1431 | (substitute* "SConstruct" ; Do not distribute README | 1431 | (substitute* "SConstruct" ; Do not distribute README |
| @@ -1471,7 +1471,7 @@ enables the study of individual organisms and their interactions. MetaBAT is | |||
| 1471 | an automated metagenome binning software, which integrates empirical | 1471 | an automated metagenome binning software, which integrates empirical |
| 1472 | probabilistic distances of genome abundance and tetranucleotide frequency.") | 1472 | probabilistic distances of genome abundance and tetranucleotide frequency.") |
| 1473 | (license (license:non-copyleft "file://license.txt" | 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 | (define-public miso | 1476 | (define-public miso |
| 1477 | (package | 1477 | (package |
