Skip to content

Commit

Permalink
Main: update job_conf.xml for Bridges dir move
Browse files Browse the repository at this point in the history
  • Loading branch information
natefoo committed Sep 27, 2018
1 parent ca624a9 commit ad1c1c7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions env/main/templates/galaxy/config/job_conf.xml.j2
Expand Up @@ -374,11 +374,11 @@
</xml>
<xml name="dest_pulsar_bridges_params">
<param id="use_remote_datatypes">true</param>
<param id="remote_property_galaxy_datatypes_config_file">/home/xcgalaxy/{{ galaxy_instance_codename }}/galaxy/server/config/datatypes_conf.xml.sample</param>
<param id="remote_property_galaxy_datatypes_config_file">/pylon5/mc48nsp/xcgalaxy/{{ galaxy_instance_codename }}/galaxy/server/config/datatypes_conf.xml.sample</param>
<param id="jobs_directory">/pylon5/mc48nsp/xcgalaxy/{{ galaxy_instance_codename }}/staging/</param>
<param id="remote_property_galaxy_home">/home/xcgalaxy/{{ galaxy_instance_codename }}/galaxy/server</param>
<param id="remote_property_galaxy_home">/pylon5/mc48nsp/xcgalaxy/{{ galaxy_instance_codename }}/galaxy/server</param>
<!-- this doesn't work, set in supervisor environment instead
<param id="remote_property_galaxy_virtual_env">/home/xcgalaxy/{{ galaxy_instance_codename }}/galaxy/venv</param>
<param id="remote_property_galaxy_virtual_env">/pylon5/mc48nsp/xcgalaxy/{{ galaxy_instance_codename }}/galaxy/venv</param>
-->
<param id="file_action_config">{{ galaxy_config_dir }}/pulsar_bridges_actions.yml</param>
<env exec="eval `modulecmd sh purge`" />
Expand Down

0 comments on commit ad1c1c7

Please sign in to comment.