We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4b3625 commit d2485fcCopy full SHA for d2485fc
1 file changed
SequenceAnalysis/pipeline_code/extra_tools_install.sh
@@ -218,3 +218,14 @@ then
218
else
219
echo "Already installed"
220
fi
221
+
222
+if [[ ! -e ${LKTOOLS_DIR}/multiqc || ! -z $FORCE_REINSTALL ]];
223
+then
224
+ echo "Cleaning up previous installs"
225
+ rm -Rf multiqc*
226
+ rm -Rf $LKTOOLS_DIR/multiqc*
227
228
+ python3 -m pip install --user multiqc
229
+else
230
+ echo "Already installed"
231
+fi
0 commit comments