Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-joe-wirth committed May 3, 2024
1 parent 0c050f7 commit bec470a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,7 @@ RUN git clone https://github.com/ncezid-biome/BIOME-scripts.git
RUN echo "MISC_DIR = '/BIOME-scripts/misc-python-scripts/'" > /espwAlleleCaller/miscDirectory.py

# make the program executable
WORKDIR /espwAlleleCaller
RUN mv espwAlleleCaller.py espwAlleleCaller
RUN chmod +x espwAlleleCaller
RUN chmod +x /espwAlleleCaller/espwAlleleCaller.py

# add everything to the path
RUN mv $(ls -d /sratoolkit*/) /sratoolkit/
Expand Down

0 comments on commit bec470a

Please sign in to comment.