We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e776fd2 commit 0aaf6e8Copy full SHA for 0aaf6e8
SequenceAnalysis/pipeline_code/sequence_tools_install.sh
@@ -335,30 +335,6 @@ else
335
fi
336
337
338
-#
339
-# BisSNP
340
341
-echo ""
342
343
-echo "%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%"
344
-echo "Install BisSNP"
345
346
-cd $LKSRC_DIR
347
-
348
-if [[ ! -e ${LKTOOLS_DIR}/BisSNP.jar || ! -z $FORCE_REINSTALL ]];
349
-then
350
- echo "Cleaning up previous installs"
351
- rm -Rf BisSNP*
352
- rm -Rf $LKTOOLS_DIR/BisSNP.jar
353
354
- wget $WGET_OPTS https://downloads.sourceforge.net/project/bissnp/BisSNP-0.82.2/BisSNP-0.82.2.jar
355
356
- install ./BisSNP-0.82.2.jar $LKTOOLS_DIR/BisSNP.jar
357
-else
358
- echo "Already installed"
359
-fi
360
361
362
#
363
#mosaik
364
0 commit comments