Question: tool_id in job_conf.xml
0
gravatar for christophe.habib
2.7 years ago by
France
christophe.habib340 wrote:

Hello everyone,

I would like to fill the file job_conf.xml to use htcondor as scheduler. I know there is a possibility to specify the destination for specific tools in this file, for example :

<tools>
    <tool id="bamtofastq" destination="local"/>
    <tool id="prinseq" destination="condor"/>
</tools>

Here, I wonder what is the tool_id. When I look at the shed_tool_conf.xml I have for example :

<tool file="toolshed.g2.bx.psu.edu/repos/devteam/bwa/ca29c55c78e7/bwa/bwa-mem.xml" guid="toolshed.g2.bx.psu.edu/repos/devteam/bwa/bwa_mem/0.4.1">
  <tool_shed>toolshed.g2.bx.psu.edu</tool_shed>
    <repository_name>bwa</repository_name>
    <repository_owner>devteam</repository_owner>
    <installed_changeset_revision>ca29c55c78e7</installed_changeset_revision>
    <id>toolshed.g2.bx.psu.edu/repos/devteam/bwa/bwa_mem/0.4.1</id>
    <version>0.4.1</version>
</tool>

So there is an ID here, but in tool_conf.xml we have xml files specified, and the id is specified within them :

<tool id="comp1" name="Compare two Datasets" version="1.0.2">
  <description>to find common or distinct rows</description>

So, I wonder what is the tool_id that i should write in the job_conf.xml ... Do you have any guidance about how to do this properly ?

Thank you

htcondor tool_id job_conf.xml • 677 views
ADD COMMENTlink modified 2.7 years ago by Bjoern Gruening5.1k • written 2.7 years ago by christophe.habib340
2
gravatar for Bjoern Gruening
2.7 years ago by
Bjoern Gruening5.1k
Germany
Bjoern Gruening5.1k wrote:

Hans-Rudolf is correct, it is the ID of the tool xml file. But if you got your tool from the TS the ID also contains the toolshed the owner and the revision to make the ID really unique. So in your case it is toolshed.g2.bx.psu.edu/repos/devteam/bwa/ca29c55c78e7/bwa/bwa-mem.xml

ADD COMMENTlink written 2.7 years ago by Bjoern Gruening5.1k
0
gravatar for Hotz, Hans-Rudolf
2.7 years ago by
Switzerland
Hotz, Hans-Rudolf1.8k wrote:

Hi Christophe

It is the id from the tool's xml

Regards, Hans-Rudolf

ADD COMMENTlink written 2.7 years ago by Hotz, Hans-Rudolf1.8k
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: 178 users visited in the last hour