view job_conf.xml @ 7:9843a35b865e draft

planemo upload for repository https://forgemia.inra.fr/nathalie.rousse/use/-/tree/gama/GAMA/galaxy-tools commit 67d85c013c62c16392b4796af86836b1334f2eef-dirty
author siwaa
date Fri, 07 Jun 2024 15:48:01 +0000
parents 168edc2db729
children 39b499a105c9
line wrap: on
line source

<?xml version="1.0"?>
<!-- A sample job config that explicitly configures job running the way it is configured by default (if there is no explicit config). -->
<job_conf>
    <plugins>
        <plugin id="local" type="runner" load="galaxy.jobs.runners.local:LocalJobRunner" workers="4"/>
    </plugins>

    <destinations>
      <destination id="singularity_local" runner="local">

            <param id="singularity_enabled">true</param>

            <param id="singularity_cleanenv">true</param>

            <!--param id="singularity_run_extra_arguments">-B /home/nrousse/workspace_git/SIWAA_regroup/protonr/tools/WS:/WS</param-->

      </destination>
    </destinations>

</job_conf>




<-- docker run -v <path/to/your/workspace>:/working_dir -p 6868:6868 gamaplatform/gama:<version> -socket 6868

 -->