Skip to content
Merged
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
2 changes: 1 addition & 1 deletion pipelines/Dockerfile_by_Ryan_Wick/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM mambaorg/micromamba:latest

# Create an "autocycler" environment with long-read assemblers.
RUN micromamba create -y -n autocycler python=3.12 -c conda-forge -c bioconda curl && \
for tool in canu flye lja metamdbg miniasm minimap2 minipolish3 necat nextdenovo nextpolish racon raven-assembler wtdbg; do \
for tool in canu flye lja metamdbg miniasm minimap2 minipolish necat nextdenovo nextpolish racon raven-assembler wtdbg; do \
if micromamba install -y -n autocycler -c conda-forge -c bioconda "$tool"; then \
printf " $tool" >> /tmp/installed_tools.txt; \
else \
Expand Down