Mercurial > repos > siwaa > gama
annotate job_conf.xml @ 0:f895e266b37a draft
planemo upload for repository https://forgemia.inra.fr/nathalie.rousse/use/-/tree/gama/GAMA/galaxy-tools commit 67d85c013c62c16392b4796af86836b1334f2eef
author | siwaa |
---|---|
date | Tue, 04 Jun 2024 15:18:01 +0000 |
parents | |
children | 168edc2db729 |
rev | line source |
---|---|
0
f895e266b37a
planemo upload for repository https://forgemia.inra.fr/nathalie.rousse/use/-/tree/gama/GAMA/galaxy-tools commit 67d85c013c62c16392b4796af86836b1334f2eef
siwaa
parents:
diff
changeset
|
1 <?xml version="1.0"?> |
f895e266b37a
planemo upload for repository https://forgemia.inra.fr/nathalie.rousse/use/-/tree/gama/GAMA/galaxy-tools commit 67d85c013c62c16392b4796af86836b1334f2eef
siwaa
parents:
diff
changeset
|
2 <!-- A sample job config that explicitly configures job running the way it is configured by default (if there is no explicit config). --> |
f895e266b37a
planemo upload for repository https://forgemia.inra.fr/nathalie.rousse/use/-/tree/gama/GAMA/galaxy-tools commit 67d85c013c62c16392b4796af86836b1334f2eef
siwaa
parents:
diff
changeset
|
3 <job_conf> |
f895e266b37a
planemo upload for repository https://forgemia.inra.fr/nathalie.rousse/use/-/tree/gama/GAMA/galaxy-tools commit 67d85c013c62c16392b4796af86836b1334f2eef
siwaa
parents:
diff
changeset
|
4 <plugins> |
f895e266b37a
planemo upload for repository https://forgemia.inra.fr/nathalie.rousse/use/-/tree/gama/GAMA/galaxy-tools commit 67d85c013c62c16392b4796af86836b1334f2eef
siwaa
parents:
diff
changeset
|
5 <plugin id="local" type="runner" load="galaxy.jobs.runners.local:LocalJobRunner" workers="4"/> |
f895e266b37a
planemo upload for repository https://forgemia.inra.fr/nathalie.rousse/use/-/tree/gama/GAMA/galaxy-tools commit 67d85c013c62c16392b4796af86836b1334f2eef
siwaa
parents:
diff
changeset
|
6 </plugins> |
f895e266b37a
planemo upload for repository https://forgemia.inra.fr/nathalie.rousse/use/-/tree/gama/GAMA/galaxy-tools commit 67d85c013c62c16392b4796af86836b1334f2eef
siwaa
parents:
diff
changeset
|
7 |
f895e266b37a
planemo upload for repository https://forgemia.inra.fr/nathalie.rousse/use/-/tree/gama/GAMA/galaxy-tools commit 67d85c013c62c16392b4796af86836b1334f2eef
siwaa
parents:
diff
changeset
|
8 <destinations> |
f895e266b37a
planemo upload for repository https://forgemia.inra.fr/nathalie.rousse/use/-/tree/gama/GAMA/galaxy-tools commit 67d85c013c62c16392b4796af86836b1334f2eef
siwaa
parents:
diff
changeset
|
9 <destination id="singularity_local" runner="local"> |
f895e266b37a
planemo upload for repository https://forgemia.inra.fr/nathalie.rousse/use/-/tree/gama/GAMA/galaxy-tools commit 67d85c013c62c16392b4796af86836b1334f2eef
siwaa
parents:
diff
changeset
|
10 |
f895e266b37a
planemo upload for repository https://forgemia.inra.fr/nathalie.rousse/use/-/tree/gama/GAMA/galaxy-tools commit 67d85c013c62c16392b4796af86836b1334f2eef
siwaa
parents:
diff
changeset
|
11 <param id="singularity_enabled">true</param> |
f895e266b37a
planemo upload for repository https://forgemia.inra.fr/nathalie.rousse/use/-/tree/gama/GAMA/galaxy-tools commit 67d85c013c62c16392b4796af86836b1334f2eef
siwaa
parents:
diff
changeset
|
12 |
f895e266b37a
planemo upload for repository https://forgemia.inra.fr/nathalie.rousse/use/-/tree/gama/GAMA/galaxy-tools commit 67d85c013c62c16392b4796af86836b1334f2eef
siwaa
parents:
diff
changeset
|
13 <param id="singularity_cleanenv">true</param> |
f895e266b37a
planemo upload for repository https://forgemia.inra.fr/nathalie.rousse/use/-/tree/gama/GAMA/galaxy-tools commit 67d85c013c62c16392b4796af86836b1334f2eef
siwaa
parents:
diff
changeset
|
14 |
f895e266b37a
planemo upload for repository https://forgemia.inra.fr/nathalie.rousse/use/-/tree/gama/GAMA/galaxy-tools commit 67d85c013c62c16392b4796af86836b1334f2eef
siwaa
parents:
diff
changeset
|
15 </destination> |
f895e266b37a
planemo upload for repository https://forgemia.inra.fr/nathalie.rousse/use/-/tree/gama/GAMA/galaxy-tools commit 67d85c013c62c16392b4796af86836b1334f2eef
siwaa
parents:
diff
changeset
|
16 </destinations> |
f895e266b37a
planemo upload for repository https://forgemia.inra.fr/nathalie.rousse/use/-/tree/gama/GAMA/galaxy-tools commit 67d85c013c62c16392b4796af86836b1334f2eef
siwaa
parents:
diff
changeset
|
17 |
f895e266b37a
planemo upload for repository https://forgemia.inra.fr/nathalie.rousse/use/-/tree/gama/GAMA/galaxy-tools commit 67d85c013c62c16392b4796af86836b1334f2eef
siwaa
parents:
diff
changeset
|
18 </job_conf> |