Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions phynest/0.1.12/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
FROM biocontainers/biocontainers:v1.0.0_cv5

LABEL base_image="biocontainers:v1.0.0_cv5"
LABEL version="1"
LABEL software="PhyNEST"
LABEL software.version="0.1.12"
LABEL about.summary="Phylogenetic Network Estimation using SiTe patterns"
LABEL about.home="https://github.com/sungsik-kong/PhyNEST.jl"
LABEL about.documentation="https://sungsik-kong.github.io/PhyNEST.jl/stable/"
LABEL about.license_file="https://github.com/sungsik-kong/PhyNEST.jl/blob/main/LICENSE"
LABEL about.license="MIT"
LABEL extra.identifiers.biotools=""
LABEL about.tags="Phylogenetics"

MAINTAINER Alexander Ramos-Diaz <ra.ramos.diaz@gmail.com>

ENV DEBIAN_FRONTEND=noninteractive

RUN curl -fsSL https://install.julialang.org | sh -s -- -y

ENV PATH="/home/biodocker/.juliaup/bin:$PATH"

RUN julia -e 'using Pkg; Pkg.add(name="PhyNEST", version="0.1.12")'
Comment on lines +19 to +23

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is no environment variable "JULIA_CHANNEL", see latest documentation:
Environment Variables