summaryrefslogtreecommitdiffstats
path: root/test/schemas/test/galaxy.yml
blob: 004344f888e8254ac97dc82b3e869b1fe08bed79 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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