From 2d83f4e697edc91bf2d2301a0ffd44259b0e9232 Mon Sep 17 00:00:00 2001 From: Sorel Fitz-Gibbon Date: Wed, 30 Oct 2024 15:44:24 -0700 Subject: [PATCH] add image_name for auto build --- metadata.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/metadata.yaml b/metadata.yaml index 62fcb36..64a78cd 100644 --- a/metadata.yaml +++ b/metadata.yaml @@ -1,10 +1,11 @@ --- Category: 'docker' Description: 'Docker repository for bam-readcount' # Description of why the repository exists -Maintainers: ['YBugh@mednet.ucla.edu', 'maotian@mednet.ucla.edu'] # email address of maintainers +Maintainers: ['YBugh@mednet.ucla.edu', 'maotian@mednet.ucla.edu','sfitzgibbon@mednet.ucla.edu'] # email address of maintainers Contributors: ['Caden Bugh', 'Mao Tian'] # Full names of contributors Languages: ['Dockerfile'] # programming languages used Tools: ['bam-readcount'] # Name of the tool(s) used in the Dockerfile Version: ['1.0.1'] # Tool version number Purpose of tool: 'a utility that counts DNA sequence reads in BAM and CRAM files.' # Description of what this tool does References: 'Khanna, Ajay et al. “Bam-readcount -- rapid generation of basepair-resolution sequence metrics.” ArXiv arXiv:2107.12817v1. 27 Jul. 2021 Preprint.' # is the tool/dependencies published, is there a confluence page +image_name: 'bam_readcount'