We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1d235ea + ba8c375 commit cfcfba4Copy full SHA for cfcfba4
1 file changed
Dockerfile
@@ -77,7 +77,7 @@ RUN git clone --recursive https://github.com/ekg/seqwish \
77
RUN git clone --recursive https://github.com/pangenome/smoothxg \
78
&& cd smoothxg \
79
&& git pull \
80
- && git checkout e93c62356b33c2f6db727452328e09a33bfc82c6 \
+ && git checkout 1182e148de177e7878c7407633332df235a1e90a \
81
&& git submodule update --init --recursive \
82
&& sed -i 's/-msse4.1/-march=sandybridge -Ofast/g' deps/spoa/CMakeLists.txt \
83
&& sed -i 's/-march=native/-march=sandybridge -Ofast/g' deps/spoa/CMakeLists.txt \
0 commit comments