File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -57,4 +57,3 @@ diaTracer-1.1.5.jar
5757data /*
5858tmp /
5959
60-
Original file line number Diff line number Diff line change @@ -60,8 +60,8 @@ RUN mkdir tmp
6060RUN chmod 777 tmp
6161
6262# download and install fragPipe
63- RUN wget https://github.com/Nesvilab/FragPipe/releases/download/22.0 /FragPipe-22.0 .zip -P fragPipe-22.0
64- RUN unzip fragPipe-22.0 /FragPipe-22.0 .zip -d fragPipe-22.0
63+ RUN wget https://github.com/Nesvilab/FragPipe/releases/download/23.1 /FragPipe-23.1-linux .zip -P fragPipe-23.1
64+ RUN unzip fragPipe-23.1 /FragPipe-23.1-linux .zip -d fragPipe-23.1
6565RUN chmod -R 777 /fragpipe_bin
6666
6767# set environment variables
@@ -70,9 +70,9 @@ RUN export JAVA_HOME
7070
7171# copy Fragpipe dependencies
7272
73- COPY MSFragger-4.1 .jar /fragpipe_bin/fragPipe-22.0 /fragpipe/tools/MSFragger-4.1 .jar
74- COPY diaTracer-1.1.5 .jar /fragpipe_bin/fragPipe-22.0 /fragpipe/tools/diaTracer-1.1.5 .jar
75- COPY IonQuant-1.10.27 .jar /fragpipe_bin/fragPipe-22.0 /fragpipe/tools/IonQuant-1.10.27 .jar
73+ COPY MSFragger-4.3 .jar /fragpipe_bin/fragPipe-23.1 /fragpipe/tools/MSFragger-4.3 .jar
74+ COPY diaTracer-1.3.3 .jar /fragpipe_bin/fragPipe-23.1 /fragpipe/tools/diaTracer-1.3.3 .jar
75+ COPY IonQuant-1.11.11 .jar /fragpipe_bin/fragPipe-23.1 /fragpipe/tools/IonQuant-1.11.11 .jar
7676
7777WORKDIR /rocker-build/
7878
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ set -o pipefail
55
66# Set tools and input directories
77input_dir=input
8- tools_dir=/fragpipe_bin/fragPipe-22.0 /fragpipe/tools
8+ tools_dir=/fragpipe_bin/fragPipe-23.1 /fragpipe/tools
99
1010# Error out if no custom.fasta is provided
1111if [ ! -e " $input_dir /custom.fasta" ]; then
@@ -79,9 +79,9 @@ manifest=/home/rstudio/fragpipe/input/PDC000180filesmanifest.fp-manifest_sub
7979fi
8080
8181res_dir=/home/rstudio/fragpipe/results
82- tools_dir=/fragpipe_bin/fragPipe-22.0 /fragpipe/tools
82+ tools_dir=/fragpipe_bin/fragPipe-23.1 /fragpipe/tools
8383
84- /fragpipe_bin/fragPipe-22.0 /fragpipe/bin/fragpipe --headless --workflow $wf --manifest $manifest --workdir $res_dir --config-tools-folder $tools_dir
84+ /fragpipe_bin/fragPipe-23.1 /fragpipe/bin/fragpipe --headless --workflow $wf --manifest $manifest --workdir $res_dir --config-tools-folder $tools_dir
8585
8686# clear tmp directory
8787rm -rf $tmp_dir /*
You can’t perform that action at this time.
0 commit comments