Skip to content

Commit

Permalink
Updating docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
msauria committed Jul 31, 2024
1 parent 77c79e7 commit 736eefd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ RUN conda config --add channels bioconda \
ENV PATH /opt/conda/envs/vcf-kit/bin:${PATH}
RUN conda env export --name vcf-kit > vcf-kit.yml
LABEL Name="vcf-kit" Author="Daniel Cook"
RUN apt-get update && apt-get install -y procps
RUN apt-get update && apt-get install -y procps
4 changes: 4 additions & 0 deletions vcfkit/phylo.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,10 @@ def first(s):
Generate a phylogenetic tree using an aligned fasta with muscle.
"""

########
# Consider biotite to replace deprecated --maketree function in muscle
########

# Check for muscle dependency
check_program_exists("muscle")
fasta = ""
Expand Down

0 comments on commit 736eefd

Please sign in to comment.