Force HHSuite symlink

This commit is contained in:
Gustaf Ahdritz
2022-08-07 16:31:14 -04:00
parent e49c6dc7ca
commit a70132f3c7

View File

@@ -5,6 +5,6 @@ git clone --branch v3.3.0 https://github.com/soedinglab/hh-suite.git /tmp/hh-sui
&& pushd /tmp/hh-suite/build \
&& cmake -DCMAKE_INSTALL_PREFIX=/opt/hhsuite .. \
&& make -j 4 && make install \
&& ln -s /opt/hhsuite/bin/* /usr/bin \
&& ln -sf /opt/hhsuite/bin/* /usr/bin \
&& popd \
&& rm -rf /tmp/hh-suite