Mercurial > repos > jpayne > seqsero2s
comparison Dockerfile @ 14:82c491b2afbf draft
planemo upload commit 39a0d4a8c663536e4c235b061425b159173209d8
| author | galaxytrakr |
|---|---|
| date | Fri, 15 May 2026 12:38:11 +0000 |
| parents | c15a67e4b8a7 |
| children | b15b07ad729b |
comparison
equal
deleted
inserted
replaced
| 13:c15a67e4b8a7 | 14:82c491b2afbf |
|---|---|
| 1 # Multi-stage Dockerfile for SeqSero2S | 1 # Multi-stage Dockerfile for SeqSero2S |
| 2 # Default build: docker build -t seqsero2s:latest . | 2 # Default build: docker build -t seqsero2s:latest . |
| 3 # Test build: docker build --target test -t seqsero2s:test . | 3 # Test build: docker build --target test -t seqsero2s:test . |
| 4 | |
| 4 | 5 |
| 5 # ============================================================================ | 6 # ============================================================================ |
| 6 # Stage 1: Base image with mambaforge for faster dependency resolution | 7 # Stage 1: Base image with mambaforge for faster dependency resolution |
| 7 # ============================================================================ | 8 # ============================================================================ |
| 8 FROM condaforge/mambaforge:latest AS base | 9 FROM condaforge/mambaforge:latest AS base |
