We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a275321 commit bd3ab6aCopy full SHA for bd3ab6a
Dockerfile
@@ -18,6 +18,8 @@ MAINTAINER Jason C. Kwan "jason.kwan@wisc.edu"
18
# You should have received a copy of the GNU Affero General Public License
19
# along with Autometa. If not, see <http://www.gnu.org/licenses/>.
20
21
+SHELL ["/bin/bash", "-c"]
22
+ENV PATH="/opt/conda/bin:$PATH"
23
RUN apt-get update
24
RUN apt-get install -y prodigal hmmer build-essential zlib1g-dev bowtie2 bedtools libatlas-base-dev libncurses5-dev libncursesw5-dev libbz2-dev liblzma-dev
25
RUN conda install -y tqdm joblib biopython
0 commit comments