diff job_conf_braker3.xml @ 0:3c0865d1172f draft

planemo upload for repository https://github.com/genouest/galaxy-tools/tree/master/tools/braker commit d6e73c0417506d93c905b4aeb77d92350b662fbb
author genouest
date Wed, 06 Sep 2023 09:50:28 +0000
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/job_conf_braker3.xml	Wed Sep 06 09:50:28 2023 +0000
@@ -0,0 +1,20 @@
+<!-- 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>