Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
Fix build (thanks to Markus Koschany)
· 44b4e37e
Andreas Tille
authored
Aug 02, 2018
44b4e37e
Install JAR and wrapper script, conflict with pilon-non-free
· ee45a7e7
Andreas Tille
authored
Aug 02, 2018
ee45a7e7
Show whitespace changes
Inline
Side-by-side
debian/bin/pilon
0 → 100755
View file @
ee45a7e7
#! /bin/sh
set
-e
# export JAVA_HOME=/usr/lib/jvm/default-java
export
JAVA_CMD
=
java
# Include the wrappers utility script
.
/usr/lib/java-wrappers/java-wrappers.sh
run_java
-Xms128M
-Xmx1G
-jar
/usr/share/java/pilon.jar
"
$@
"
debian/control
View file @
ee45a7e7
...
...
@@ -5,7 +5,7 @@ Section: science
Priority: optional
Build-Depends: debhelper (>= 11~),
scala,
lib
scala-pickling
-java
lib
htsjdk
-java
Standards-Version: 4.1.4
Vcs-Browser: https://salsa.debian.org/med-team/pilon
Vcs-Git: https://salsa.debian.org/med-team/pilon.git
...
...
@@ -15,6 +15,8 @@ Package: pilon
Architecture: all
Depends: ${misc:Depends},
libhtsjdk-java
Conflicts: pilon-non-free
Replaces: pilon-non-free
Description: automated genome assembly improvement and variant detection tool
Pilon is a software tool which can be used to:
* Automatically improve draft assemblies
...
...
debian/install
0 → 100644
View file @
ee45a7e7
pilon*.jar usr/share/java
debian/bin usr
debian/rules
View file @
ee45a7e7
...
...
@@ -5,3 +5,6 @@ export LC_ALL=C.UTF-8
%:
dh $@
override_dh_auto_build:
scalac -classpath /usr/share/java/htsjdk.jar -d pilon.jar src/main/scala/org/broadinstitute/pilon/*