Skip to content

Commit

Permalink
update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Amanda committed Apr 14, 2023
2 parents 3e4472d + 4d54455 commit de9eca4
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 41,451 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Docker Image CI

on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]

jobs:

build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: Build the Docker image
run: docker build https://github.com/AgBase/GOanna.git#master:goanna_2.3
6 changes: 5 additions & 1 deletion goanna_2.3/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,13 @@ RUN conda config --add channels bioconda

RUN conda upgrade conda

<<<<<<< HEAD
# add blast 2.7.1
RUN conda install -c conda-forge -c bioconda blast==2.7.1
=======
# ADD BLAST 2.13.0
RUN conda install -c conda-forge -c bioconda blast==2.13.0
>>>>>>> origin/master

ENV PATH /masterscript.sh/:$PATH

Expand All @@ -50,6 +55,5 @@ ADD GO0032991_and_children.json /usr
# Entrypoint
ENTRYPOINT ["/usr/bin/masterscript.sh"]


# Add path to working directory
WORKDIR /work-dir
Loading

0 comments on commit de9eca4

Please sign in to comment.