You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

install_unifold.sh 663 B

123456789101112
  1. apt-get update && apt-get install -y hmmer kalign curl cmake \
  2. && apt-get clean && rm -rf /var/lib/apt/lists/* \
  3. && git clone --branch v3.3.0 https://github.com/soedinglab/hh-suite.git /tmp/hh-suite \
  4. && mkdir /tmp/hh-suite/build \
  5. && pushd /tmp/hh-suite/build \
  6. && cmake -DCMAKE_INSTALL_PREFIX=/opt/hhsuite .. \
  7. && make -j 4 && make install \
  8. && ln -s /opt/hhsuite/bin/* /usr/bin \
  9. && popd \
  10. && rm -rf /tmp/hh-suite \
  11. && pip install --no-cache-dir unicore -f https://modelscope.oss-cn-beijing.aliyuncs.com/releases/repo.html \
  12. && pip install --no-cache-dir biopython ipdb