Unverified Commit a35c44f5 authored by Gustaf Ahdritz's avatar Gustaf Ahdritz Committed by GitHub
Browse files

Fix formatting of install_hh_suite.sh

parent 5d7b29d6
#!/bin/bash #!/bin/bash
git clone --branch v3.3.0 https://github.com/soedinglab/hh-suite.git /tmp/hh-suite git clone --branch v3.3.0 https://github.com/soedinglab/hh-suite.git /tmp/hh-suite \
&& mkdir /tmp/hh-suite/build && mkdir /tmp/hh-suite/build \
&& pushd /tmp/hh-suite/build && pushd /tmp/hh-suite/build \
&& cmake -DCMAKE_INSTALL_PREFIX=/opt/hhsuite .. && cmake -DCMAKE_INSTALL_PREFIX=/opt/hhsuite .. \
&& make -j 4 && make install && make -j 4 && make install \
&& ln -s /opt/hhsuite/bin/* /usr/bin && ln -s /opt/hhsuite/bin/* /usr/bin \
&& popd && popd \
&& rm -rf /tmp/hh-suite && rm -rf /tmp/hh-suite
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment