Skip to content

Commit

Permalink
Updated virsorter Dockerfile to download required binaries.
Browse files Browse the repository at this point in the history
  • Loading branch information
psarando committed Oct 1, 2015
1 parent d8c7690 commit 5574828
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion virsorter/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ COPY wrapper_phage_contigs_sorter_iPlant.pl /usr/local/bin/

COPY Scripts /usr/local/bin/Scripts/

COPY bin /usr/local/bin/
ADD https://github.com/iPlantCollaborativeOpenSource/docker-builds/releases/download/virsorter/virsorter.bin.tgz ./

RUN tar -xz -C /usr/local -f virsorter.bin.tgz && rm virsorter.bin.tgz

ENTRYPOINT ["wrapper_phage_contigs_sorter_iPlant.pl"]

Expand Down
3 changes: 2 additions & 1 deletion virsorter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ Source code of the VirSorter App, available on iPlant (https://de.iplantcollabor

# Dependencies

Install the following into a "bin" directory:
The following required libraries can be downloaded from
https://github.com/iPlantCollaborativeOpenSource/docker-builds/releases/download/virsorter/virsorter.bin.tgz

* HMMER (http://hmmer.janelia.org/)
* MCL (http://micans.org/mcl/)
Expand Down

0 comments on commit 5574828

Please sign in to comment.