Commit fbe4ff55 by Mustafa Tekpinar

Added hhsuite to the Dockerfile.

parent e6303622
...@@ -26,8 +26,11 @@ apt-get install -y python3-pip && \ ...@@ -26,8 +26,11 @@ apt-get install -y python3-pip && \
apt-get install -y r-base r-base-core && \ apt-get install -y r-base r-base-core && \
apt-get install -y muscle && \ apt-get install -y muscle && \
apt-get install -y dssp && \ apt-get install -y dssp && \
apt-get install -y hhsuite && \
apt-get install -y default-jre && \ apt-get install -y default-jre && \
apt-get install -y ncbi-blast+ && \ apt-get install -y ncbi-blast+ && \
apt-get install -y nano && \
apt-get install -y less && \
apt-get install csh && \ apt-get install csh && \
apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
################################################################### ###################################################################
......
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