Skip to content

Commit

Permalink
Added rfam database location
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-d-l-nelson authored Apr 19, 2018
1 parent b5617c1 commit db43428
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ RUN Rscript -e 'install.packages("getopt", dependencies = TRUE, repos="http://cr
ADD https://github.com/iPlantCollaborativeOpenSource/docker-builds/releases/download/evolinc-I/uniprot_sprot.dmnd.gz /evolinc_docker/
RUN gzip -d /evolinc_docker/uniprot_sprot.dmnd.gz

# rFAM database
ADD https://de.cyverse.org/dl/d/12EF1A2F-B9FC-456D-8CD9-9F87197CACF2/rFAM_sequences.fasta /evolinc_docker/

# Biopython
RUN curl "https://bootstrap.pypa.io/get-pip.py" -o "get-pip.py"
RUN python get-pip.py
Expand Down

0 comments on commit db43428

Please sign in to comment.