Skip to content

Commit

Permalink
Update dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Rendrick27 committed May 11, 2024
1 parent b532779 commit a62f80a
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Use snakemake as base image
FROM snakemake/snakemake:latest
FROM snakemake/snakemake:v8.11.4

# Install requirements via conda
RUN mamba install mafft=7.520 -c bioconda
Expand All @@ -11,6 +11,6 @@ RUN mamba install -c bioconda -c conda-forge raxml-ng=1.2.0
RUN pip install --force-reinstall -v "toyplot==1.0.3"
RUN pip install --force-reinstall -v "toytree==2.0.1"

WORKDIR /App
COPY . /App
WORKDIR /phylo_flow
COPY . /phylo_flow

17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Phylo_flow pipeline

## Description
This tool, developed within the scope of xxxxx, aims toxxxxxxx.
![Pipeline](pipeline.png)


## Requisites
* Docker;
* Docker Desktop (Opcional)
* Acess to internet (Only when installing the app)

## Credits
<p> <a href= "https://github.com/Rendrick27"> Rendrick Carreira - 201901365 </a> </p>

## License
MIT License

0 comments on commit a62f80a

Please sign in to comment.