mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-24 16:30:27 +08:00
Use remote_metadata: true when using extended metadata
extended metadata without remote metadata doesn't work and doesn't make sense.
This commit is contained in:
@@ -19,6 +19,7 @@ execution:
|
||||
docker_sudo: false
|
||||
docker_required: true
|
||||
container_monitor_result: callback
|
||||
remote_metadata: true
|
||||
|
||||
tools:
|
||||
- id: upload1
|
||||
|
||||
@@ -10,6 +10,7 @@
|
||||
<destination id="local" runner="local">
|
||||
</destination>
|
||||
<destination id="pulsar_embed" runner="pulsar_embed">
|
||||
<param id="remote_metadata">true</param>
|
||||
</destination>
|
||||
</destinations>
|
||||
<tools>
|
||||
|
||||
Reference in New Issue
Block a user