summaryrefslogtreecommitdiffstats
path: root/test/schemas/test/galaxy.yml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--test/schemas/test/galaxy.yml17
1 files changed, 17 insertions, 0 deletions
diff --git a/test/schemas/test/galaxy.yml b/test/schemas/test/galaxy.yml
new file mode 100644
index 0000000..004344f
--- /dev/null
+++ b/test/schemas/test/galaxy.yml
@@ -0,0 +1,17 @@
+name: foo
+namespace: bar
+version: 1.2.3
+authors:
+ - John
+readme: ../README.md
+description: ...
+dependencies:
+ "other_namespace.collection1": ">=1.0.0"
+ "other_namespace.collection2": ">=2.0.0,<3.0.0"
+ "anderson55.my_collection": "*" # note: "*" selects the highest version available
+# upload to galaxy will fail if a repository key is not present
+repository: https://www.github.com/my_org/my_collection
+manifest:
+ directives:
+ - "foo"
+ omit_default_directives: true