Skip to content

Commit

Permalink
Update PEP8 & Remove licence
Browse files Browse the repository at this point in the history
  • Loading branch information
Rendrick27 committed May 15, 2024
1 parent 2acf3e7 commit 7247221
Show file tree
Hide file tree
Showing 25 changed files with 36 additions and 10,570 deletions.
6 changes: 2 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# Use snakemake as base image
FROM snakemake/snakemake:v8.11.4

# Install requirements via conda
Expand All @@ -7,10 +6,9 @@ RUN mamba install conda-forge::biopython
RUN mamba install -c bioconda -c conda-forge modeltest-ng=0.1.7
RUN mamba install -c bioconda -c conda-forge raxml-ng=1.2.0

# Install python packages to create the final phylo trees
# Install python packages
RUN pip install --force-reinstall -v "toyplot==1.0.3"
RUN pip install --force-reinstall -v "toytree==2.0.1"

WORKDIR /phylo_flow
COPY . /phylo_flow

COPY . /phylo_flow
21 changes: 0 additions & 21 deletions LICENSE

This file was deleted.

88 changes: 0 additions & 88 deletions done/Trim/18S_rRNA.fasta

This file was deleted.

74 changes: 0 additions & 74 deletions done/Trim/28S_rRNA.fasta

This file was deleted.

96 changes: 0 additions & 96 deletions done/Trim/COI.fasta

This file was deleted.

66 changes: 0 additions & 66 deletions done/Trim/ITS–2.fasta

This file was deleted.

838 changes: 0 additions & 838 deletions done/fasta/18S_rRNA.fasta

This file was deleted.

565 changes: 0 additions & 565 deletions done/fasta/28S_rRNA.fasta

This file was deleted.

600 changes: 0 additions & 600 deletions done/fasta/COI.fasta

This file was deleted.

290 changes: 0 additions & 290 deletions done/fasta/ITS–2.fasta

This file was deleted.

Loading

0 comments on commit 7247221

Please sign in to comment.