Skip to content

Commit b571bbc

Browse files
committed
Drop older tool
1 parent 8132fcc commit b571bbc

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

SequenceAnalysis/pipeline_code/sequence_tools_install.sh

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -311,30 +311,6 @@ else
311311
fi
312312

313313

314-
#
315-
# RNA-SeQC
316-
#
317-
echo ""
318-
echo ""
319-
echo "%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%"
320-
echo "Install RNA-SeQC"
321-
echo ""
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-
338314
#
339315
#mosaik
340316
#

0 commit comments

Comments
 (0)