From 9c5072d3ba32374868872e088bff7181f77e214a Mon Sep 17 00:00:00 2001 From: Jake Jackson Date: Mon, 20 Apr 2020 17:16:33 -0400 Subject: [PATCH] adding tag to collection Adding cloud tag to collection so that when uploaded to AH and galaxy, when searched or selected (see AH quick nav buttons) it will show up. --- galaxy.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/galaxy.yml b/galaxy.yml index 7c28634..c846bf3 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -36,7 +36,8 @@ license: # A list of tags you want to associate with the collection for indexing/searching. A tag name has the same character # requirements as 'namespace' and 'name' -#tags: [] +tags: + - cloud # Collections that this collection requires to be installed for it to be usable. The key of the dict is the # collection label 'namespace.name'. The value is a version range