Package: fastqc / 0.11.9+dfsg-6
Metadata
Package | Version | Patches format |
---|---|---|
fastqc | 0.11.9+dfsg-6 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
build_xml.patch | (download) |
build.xml |
8 5 + 3 - 0 ! |
use debian packaged jars |
fastqc.patch | (download) |
fastqc |
11 5 + 6 - 0 ! |
ensure proper classpath according to location of debian jars |
fix help call.patch | (download) |
uk/ac/babraham/FastQC/FastQCMenuBar.java |
2 1 + 1 - 0 ! |
the original way to open help text ends up in an exception Setting the explicit file name as well as avoiding the call to ClassLoader.getSystemResource helps fixing this. Specifically the later is important, see https://lists.debian.org/debian-med/2012/11/msg00073.html |
set_configuration_path.patch | (download) |
uk/ac/babraham/FastQC/Modules/AdapterContent.java |
4 3 + 1 - 0 ! |
use config in debian etc dirs instead of embedding data in jar |
adapt_to_htslib.patch | (download) |
uk/ac/babraham/FastQC/Sequence/BAMFile.java |
13 7 + 6 - 0 ! |
path to samtools changed when switching from libsam-java to libhtsjdk-java |
htsjdk api.patch | (download) |
uk/ac/babraham/FastQC/Sequence/BAMFile.java |
17 10 + 7 - 0 ! |
use correct samreader api |
java 9.patch | (download) |
build.xml |
4 2 + 2 - 0 ! |
set java 9 as build target No idea whether this has some influence finally but trying to get rid of this warning [javac] Using javac -source 1.5 is no longer supported, switching to 1.7 [javac] Using javac -target 1.5 is no longer supported, switching to 1.7 is intended by this patch. |