Question: match multiple tool ids in job_conf.xml with wildcard or just beginning of path?
0
idomtamir • 10 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.