We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05256c1 commit 210a467Copy full SHA for 210a467
Dockerfile
@@ -52,12 +52,9 @@ RUN apt-get update && apt-get install -y \
52
wget \
53
vim \
54
curl \
55
-<<<<<<< HEAD
56
&& strip /usr/local/bin/* ; exit 0 && \\
57
apt-get clean
58
-=======
59
- && apt-get clean
60
->>>>>>> 8a5ded15fad8ee1a4315aef1fdc1d53cdcdc12b8
+
61
62
#### install BLAT from src
63
RUN cd /root \
@@ -165,7 +162,8 @@ RUN cd /root \
165
162
&& cd /root ; rm -rf autoskewer
166
163
167
164
### install CWL runner
168
-RUN pip install --upgrade pip && pip install --upgrade cwlref-runner typing
+RUN pip install --upgrade pip
+RUN pip install --upgrade cwlref-runner typing
169
170
# copy files into image
171
COPY CWL /CWL/
0 commit comments