Skip to content

Commit

Permalink
add gnuplot
Browse files Browse the repository at this point in the history
  • Loading branch information
sorelfitzgibbon committed Jan 15, 2025
1 parent a820901 commit 4d255b6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
---

## [Unreleased]
### Added
- Add gnuplot

---
## [1.21] 2024-09-16
Expand Down
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ FROM condaforge/mambaforge:${MINIFORGE_VERSION} AS builder
# Use mamba to install tools and dependencies into /usr/local
ARG SAMTOOLS_VERSION=1.21
RUN mamba create -qy -p /usr/local \
-c bioconda \
-c conda-forge \
samtools==${SAMTOOLS_VERSION}
-c bioconda \
samtools==${SAMTOOLS_VERSION} \
gnuplot

# Deploy the target tools into a base image
FROM ubuntu:20.04
Expand Down
2 changes: 1 addition & 1 deletion metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: 'Docker repository for SAMtools'
maintainers: ['[email protected]']
contributors: ['Rupert Hugh-White', 'Helena Winata', 'Arpi Beshlikyan', 'Jaron Arbet', 'Sorel Fitz-Gibbon', 'Beth Neilsen', 'Kiarod Pashminehazar']
languages: ['Dockerfile']
tools: ['SAMtools']
tools: ['SAMtools','gnuplot']
version: ['1.21']
purpose: 'A tool for reading/writing/editing/indexing/viewing SAM/BAM/CRAM format'
references: 'Li H et al. Bioinformatics 25, (2009)'
Expand Down

0 comments on commit 4d255b6

Please sign in to comment.