Skip to content

Commit e1c8606

Browse files
committed
Include reference for king install
1 parent 652348a commit e1c8606

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

SequenceAnalysis/pipeline_code/extra_tools_install.sh

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,4 +246,18 @@ else
246246
echo "Already installed"
247247
fi
248248

249+
if [[ ! -e ${LKTOOLS_DIR}/king || ! -z $FORCE_REINSTALL ]];
250+
then
251+
echo "Cleaning up previous installs"
252+
rm -Rf king*
253+
rm -Rf Linux-king*
254+
rm -Rf $LKTOOLS_DIR/king*
255+
256+
wget https://www.kingrelatedness.com/Linux-king.tar.gz
257+
tar -xf Linux-king.tar.gz
258+
259+
install king $LKTOOLS_DIR/
260+
else
261+
echo "Already installed"
262+
fi
249263

0 commit comments

Comments
 (0)