paudano / kestrel

Mapping-free variant caller for short-read Illumina data
GNU Lesser General Public License v3.0
18 stars 4 forks source link

There is no kestrel.jar in 1.0.1 release tarball #3

Closed tseemann closed 6 years ago

tseemann commented 6 years ago

The docs says there is, but i can't find it. No kestrel script either

tar ztf 1.0.1.tar.gz | grep jar
kestrel-1.0.1/lib/commons-lang3-3.4.jar
kestrel-1.0.1/lib/hamcrest-core-1.3.jar
kestrel-1.0.1/lib/java-getopt-1.0.14.jar
kestrel-1.0.1/lib/junit-4.11.jar
kestrel-1.0.1/lib/kanalyze.jar
kestrel-1.0.1/lib/logback-classic-1.1.3.jar
kestrel-1.0.1/lib/logback-core-1.1.3.jar
kestrel-1.0.1/lib/slf4j-api-1.7.12.jar
kestrel-1.0.1/lib/xstream-1.4.5.jar
paudano commented 6 years ago

I downloaded the 1.0.1 release tar.gz file from GitHub, and kestrel.jar is there...

$ tar -zxvf kestrel-1.0.1-linux.tar.gz 
kestrel-1.0.1/kestrel.jar
kestrel-1.0.1/commons-lang3-3.4.jar
kestrel-1.0.1/java-getopt-1.0.14.jar
kestrel-1.0.1/kanalyze.jar
kestrel-1.0.1/logback-classic-1.1.3.jar
kestrel-1.0.1/logback-core-1.1.3.jar
kestrel-1.0.1/slf4j-api-1.7.12.jar
kestrel-1.0.1/KestrelManual.pdf
kestrel-1.0.1/COPYING
kestrel-1.0.1/COPYING.DOC
kestrel-1.0.1/COPYING.LESSER
kestrel-1.0.1/cite
kestrel-1.0.1/kestrel
kestrel-1.0.1/README

Can you re-download it and make sure your copy is not corrupt? The tarball seems incomplete. Is there any virus prevention software that might mangle a package? Usually, they would scrub all JAR files, but you still have most of them.

You can check the md5sum to see if the file is altered: dbad8fedf22644c3539201d52c5e6991 kestrel-1.0.1-linux.tar.gz

tseemann commented 6 years ago

i think the problem is that it is in the -linux release but not the source release. I must have got the cut and paste messed up above. Looks good in 1.0.2 too

tar ztf kestrel-1.0.2-linux.tar.gz
kestrel-1.0.2/kestrel.jar
kestrel-1.0.2/commons-lang3-3.4.jar
kestrel-1.0.2/java-getopt-1.0.14.jar
kestrel-1.0.2/kanalyze.jar
kestrel-1.0.2/logback-classic-1.1.3.jar
kestrel-1.0.2/logback-core-1.1.3.jar
kestrel-1.0.2/slf4j-api-1.7.12.jar
kestrel-1.0.2/KestrelManual.pdf
kestrel-1.0.2/CITE
kestrel-1.0.2/COPYING
kestrel-1.0.2/COPYING.DOC
kestrel-1.0.2/COPYING.LESSER
kestrel-1.0.2/cite
kestrel-1.0.2/kestrel
kestrel-1.0.2/README