We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8132fcc commit b571bbcCopy full SHA for b571bbc
SequenceAnalysis/pipeline_code/sequence_tools_install.sh
@@ -311,30 +311,6 @@ else
311
fi
312
313
314
-#
315
-# RNA-SeQC
316
317
-echo ""
318
319
-echo "%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%"
320
-echo "Install RNA-SeQC"
321
322
-cd $LKSRC_DIR
323
-
324
-if [[ ! -e ${LKTOOLS_DIR}/RNA-SeQC.jar || ! -z $FORCE_REINSTALL ]];
325
-then
326
- echo "Cleaning up previous installs"
327
- rm -Rf RNA-SeQC*
328
- rm -Rf $LKTOOLS_DIR/RNA-SeQC.jar
329
330
- wget $WGET_OPTS https://data.broadinstitute.org/cancer/cga/tools/rnaseqc/RNA-SeQC_v1.1.8.jar
331
332
- install ./RNA-SeQC_v1.1.8.jar $LKTOOLS_DIR/RNA-SeQC.jar
333
-else
334
- echo "Already installed"
335
-fi
336
337
338
#
339
#mosaik
340
0 commit comments