view job_conf_braker3.xml @ 7:c42bf6424ba4 draft default tip

planemo upload for repository https://github.com/genouest/galaxy-tools/tree/master/tools/braker commit 2d4fe7ee9401aeabedc0ca33db69a5ea090d494f
author genouest
date Tue, 19 Mar 2024 09:00:36 +0000
parents 3c0865d1172f
children
line wrap: on
line source

<!-- Adapt the paths to your install of GeneMark and ProtHint, then run planemo with the job_config_file option -->
<job_conf>
    <plugins>
        <plugin id="planemo_runner" type="runner" load="galaxy.jobs.runners.local:LocalJobRunner" workers="4"/>
    </plugins>
    <handlers>
    </handlers>
    <destinations default="planemo_dest">
        <destination id="planemo_dest" runner="planemo_runner">
            <env id="GENEMARK_PATH">/home/abretaud/softs/etp.for_braker/bin/</env>
            <env id="PROTHINT_PATH">/home/abretaud/softs/etp.for_braker/bin/gmes/ProtHint/bin/</env>
        </destination>
        <destination id="upload_dest" runner="planemo_runner">
            <param id="docker_enabled">false</param>
        </destination>
    </destinations>
    <tools>
        <tool id="upload1" destination="upload_dest" />
    </tools>
</job_conf>