Skip to content

Commit 68505a1

Browse files
authored
Merge pull request #560 from RECETOX/wverastegui/issue559
EDAM annotations for QCxMS and xTB tools
2 parents 8db07ed + 5b18854 commit 68505a1

File tree

6 files changed

+14
-5
lines changed

6 files changed

+14
-5
lines changed

tools/qcxms/macros.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<edam_topic>topic_3332</edam_topic>
1111
</edam_topics>
1212
<edam_operations>
13-
<edam_operation>operation_0297</edam_operation>
13+
<edam_operation>operation_3860</edam_operation>
1414
</edam_operations>
1515
</xml>
1616

tools/qcxms/qcxms_getres.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<tool id="qcxms_getres" name="QCxMS get results" version="@TOOL_VERSION@+galaxy1" profile="22.09">
1+
<tool id="qcxms_getres" name="QCxMS get results" version="@TOOL_VERSION@+galaxy2" profile="22.09">
22
<description>Get result of the Production run to obtain a QCxMS simulated mass spectrum</description>
33

44
<macros>

tools/qcxms/qcxms_neutral_run.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<tool id="qcxms_neutral_run" name="QCxMS neutral run" version="@TOOL_VERSION@+galaxy3" profile="22.09">
1+
<tool id="qcxms_neutral_run" name="QCxMS neutral run" version="@TOOL_VERSION@+galaxy4" profile="22.09">
22
<description>required as first step to prepare for the production runs</description>
33

44
<macros>

tools/qcxms/qcxms_prod_run.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<tool id="qcxms_production_run" name="QCxMS production run" version="@TOOL_VERSION@+galaxy2" profile="22.09">
1+
<tool id="qcxms_production_run" name="QCxMS production run" version="@TOOL_VERSION@+galaxy3" profile="22.09">
22
<description>Production run to obtain a QCxMS simulated mass spectrum</description>
33

44
<macros>

tools/xtb/macros.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
<macros>
22
<token name="@TOOL_VERSION@">6.6.1</token>
3+
<xml name="edam">
4+
<edam_topics>
5+
<edam_topic>topic_3332</edam_topic>
6+
</edam_topics>
7+
<edam_operations>
8+
<edam_operation>operation_0297</edam_operation>
9+
</edam_operations>
10+
</xml>
311
<xml name="creator">
412
<creator>
513
<person

tools/xtb/xtb_molecular_optimization.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
<tool id="xtb_molecular_optimization" name="xtb molecular optimization" version="@TOOL_VERSION@+galaxy2" profile="21.09">
1+
<tool id="xtb_molecular_optimization" name="xtb molecular optimization" version="@TOOL_VERSION@+galaxy3" profile="21.09">
22
<description>Semiempirical quantum mechanical molecular optimization method</description>
33
<macros>
44
<import>macros.xml</import>
55
</macros>
6+
<expand macro="edam"/>
67
<expand macro="creator"/>
78
<requirements>
89
<requirement type="package" version="@TOOL_VERSION@">xtb</requirement>

0 commit comments

Comments
 (0)