[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#30666] [PATCH 12/17] gnu: Add java-biojava-phylo-4.0.
From: |
Ricardo Wurmus |
Subject: |
[bug#30666] [PATCH 12/17] gnu: Add java-biojava-phylo-4.0. |
Date: |
Thu, 1 Mar 2018 19:41:44 +0100 |
* gnu/packages/bioinformatics.scm (java-biojava-phylo-4.0): New variable.
---
gnu/packages/bioinformatics.scm | 36 ++++++++++++++++++++++++++++++++++++
1 file changed, 36 insertions(+)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 141756465..a01f2c6b8 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -12207,3 +12207,39 @@ contains
(sha256
(base32
"13675f6y9aqi7bi2lk3s1z7a22ynccjiqwa8izh7p97xi9wsfmd8"))))))
+
+(define-public java-biojava-phylo-4.0
+ (package (inherit java-biojava-core-4.0)
+ (name "java-biojava-phylo")
+ (build-system ant-build-system)
+ (arguments
+ `(#:jdk ,icedtea-8
+ #:jar-name "biojava-phylo.jar"
+ #:source-dir "biojava-phylo/src/main/java/"
+ #:test-dir "biojava-phylo/src/test"
+ #:phases
+ (modify-phases %standard-phases
+ (add-before 'build 'copy-resources
+ (lambda _
+ (copy-recursively "biojava-phylo/src/main/resources"
+ "build/classes")
+ #t))
+ (add-before 'check 'copy-test-resources
+ (lambda _
+ (copy-recursively "biojava-phylo/src/test/resources"
+ "build/test-classes")
+ #t)))))
+ (propagated-inputs
+ `(("java-log4j-api" ,java-log4j-api)
+ ("java-log4j-core" ,java-log4j-core)
+ ("java-slf4j-api" ,java-slf4j-api)
+ ("java-slf4j-simple" ,java-slf4j-simple)
+ ("java-biojava-core" ,java-biojava-core-4.0)
+ ("java-forester" ,java-forester-1.005)))
+ (native-inputs
+ `(("java-junit" ,java-junit)
+ ("java-hamcrest-core" ,java-hamcrest-core)))
+ (home-page "http://biojava.org")
+ (synopsis "Biojava interface to the forester phylogenomics library")
+ (description "The phylo module provides a biojava interface layer to the
+forester phylogenomics library for constructing phylogenetic trees.")))
--
2.15.1
- [bug#30666] [PATCH 04/17] gnu: Add java-jdistlib., (continued)
- [bug#30666] [PATCH 04/17] gnu: Add java-jdistlib., Ricardo Wurmus, 2018/03/01
- [bug#30666] [PATCH 05/17] gnu: Add java-biojava-core., Ricardo Wurmus, 2018/03/01
- [bug#30666] [PATCH 06/17] gnu: Add java-openchart2., Ricardo Wurmus, 2018/03/01
- [bug#30666] [PATCH 07/17] gnu: Add java-forester., Ricardo Wurmus, 2018/03/01
- [bug#30666] [PATCH 10/17] gnu: Add java-biojava-alignment., Ricardo Wurmus, 2018/03/01
- [bug#30666] [PATCH 08/17] gnu: Add java-forester-1.005., Ricardo Wurmus, 2018/03/01
- [bug#30666] [PATCH 11/17] gnu: Add java-biojava-core-4.0., Ricardo Wurmus, 2018/03/01
- [bug#30666] [PATCH 03/17] gnu: Add java-jtransforms., Ricardo Wurmus, 2018/03/01
- [bug#30666] [PATCH 09/17] gnu: Add java-biojava-phylo., Ricardo Wurmus, 2018/03/01
- [bug#30666] [PATCH 02/17] gnu: Add java-jlargearrays., Ricardo Wurmus, 2018/03/01
- [bug#30666] [PATCH 12/17] gnu: Add java-biojava-phylo-4.0.,
Ricardo Wurmus <=
- [bug#30666] [PATCH 13/17] gnu: Add java-biojava-alignment-4.0., Ricardo Wurmus, 2018/03/01
- [bug#30666] [PATCH 14/17] gnu: Add java-htsjdk-latest., Ricardo Wurmus, 2018/03/01
- [bug#30666] [PATCH 15/17] gnu: Add java-htsjdk-2.10.1., Ricardo Wurmus, 2018/03/01
- [bug#30666] [PATCH 16/17] gnu: Add java-picard-2.10.3., Ricardo Wurmus, 2018/03/01
- [bug#30666] [PATCH 17/17] gnu: Add dropseq-tools., Ricardo Wurmus, 2018/03/01
- Message not available