Question: match multiple tool ids in job_conf.xml with wildcard or just beginning of path?
0
gravatar for idomtamir
2.6 years ago by
idomtamir10
idomtamir10 wrote:

Hi, I would like to shift all picard tools onto the cluster. So I would have to enter each tool separately. Is it possible to enter only e.g. the root and have all tools below this behaving similar? e.g. instead of:

<tool id="toolshed.g2.bx.psu.edu/repos/devteam/picard/picard_SamToFastq" destination="cluster_t2"/>
....
<tool id="toolshed.g2.bx.psu.edu/repos/devteam/picard/rgPicFixMate" destination="cluster_t2"/>

just:

<tool id="toolshed.g2.bx.psu.edu/repos/devteam/picard" destination="cluster_t2"/>

and:

<tool id="toolshed.g2.bx.psu.edu/repos/devteam" destination="cluster_t2"/>

would send all devteam maintained tool jobs to the cluster.

development job_conf.xml • 448 views
ADD COMMENTlink modified 2.6 years ago • written 2.6 years ago by idomtamir10
Please log in to add an answer.

Help
Access

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.
Powered by Biostar version 16.09
Traffic: 174 users visited in the last hour