Skip to content

Commit

Permalink
fix snpeff url
Browse files Browse the repository at this point in the history
  • Loading branch information
lindenb committed May 31, 2017
1 parent f968006 commit e3becf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jfx.mk
Expand Up @@ -118,7 +118,7 @@ webstart/picard.jar:
webstart/SnpSift.jar : webstart/snpEff.jar
webstart/snpEff.jar :
mkdir -p webstart
wget -O "webstart/snpEff.zip" "http://heanet.dl.sourceforge.net//project/snpeff/snpEff_v4_2_core.zip"
wget -O "webstart/snpEff.zip" "https://netix.dl.sourceforge.net/project/snpeff/snpEff_v4_2_core.zip"
(cd webstart; unzip -o -j snpEff.zip snpEff/snpEff.jar snpEff/SnpSift.jar)
rm webstart/snpEff.zip
touch -c $@
Expand Down

0 comments on commit e3becf0

Please sign in to comment.