Skip to content

Commit ad0d51a

Browse files
authored
Merge pull request #715 from RECETOX/singularity-imgs
for images prefer cerit-hosted singularity
2 parents 96a473c + ebaa677 commit ad0d51a

File tree

11 files changed

+11
-8
lines changed

11 files changed

+11
-8
lines changed

tools/qcxms/macros.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<token name="@TOOL_VERSION@">5.2.1</token>
33
<xml name="requirements">
44
<requirements>
5+
<container type="singularity">oras://cerit.io/galaxy/qcxms-docker:@TOOL_VERSION@</container>
56
<container type="docker">recetox/qcxms-docker:@TOOL_VERSION@</container>
67
</requirements>
78
</xml>

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@+galaxy3" profile="22.09">
1+
<tool id="qcxms_getres" name="QCxMS get results" version="@TOOL_VERSION@+galaxy4" 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@+galaxy6" profile="22.09">
1+
<tool id="qcxms_neutral_run" name="QCxMS neutral run" version="@TOOL_VERSION@+galaxy7" 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@+galaxy4" profile="22.09">
1+
<tool id="qcxms_production_run" name="QCxMS production run" version="@TOOL_VERSION@+galaxy5" profile="22.09">
22
<description>Production run to obtain a QCxMS simulated mass spectrum</description>
33

44
<macros>

tools/recetox_msfinder/macros.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<token name="@TOOL_VERSION@">v3.5.2</token>
33
<xml name="requirements">
44
<requirements>
5+
<container type="singularity">oras://cerit.io/galaxy/recetox-msfinder:v3.5.2-rcx2</container>
56
<container type="docker">recetox/recetox-msfinder:v3.5.2-rcx2</container>
67
</requirements>
78
</xml>

tools/recetox_msfinder/recetox_msfinder.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<tool id="recetox_msfinder" name="RECETOX MsFinder" version="@TOOL_VERSION@+galaxy4">
1+
<tool id="recetox_msfinder" name="RECETOX MsFinder" version="@TOOL_VERSION@+galaxy5">
22
<description>Annotation of fragment peaks in mass spectral libraries.</description>
33
<macros>
44
<import>macros.xml</import>

tools/retip/macros.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828

2929
<xml name="requirements">
3030
<requirements>
31+
<container type="singularity">oras://cerit.io/galaxy/retip:@TOOL_VERSION@-recetox4</container>
3132
<container type="docker">recetox/retip:@TOOL_VERSION@-recetox4</container>
3233
</requirements>
3334
</xml>

tools/retip/retip_apply.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<tool id="retip_apply" name="Retip prediction" version="@TOOL_VERSION@+galaxy5">
1+
<tool id="retip_apply" name="Retip prediction" version="@TOOL_VERSION@+galaxy6">
22
<description>is retention time predictor for Metabolomics</description>
33
<macros>
44
<import>macros.xml</import>

tools/retip/retip_descriptors.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<tool id="retip_descriptors" name="Retip chemical descriptors" version="@TOOL_VERSION@+galaxy5">
1+
<tool id="retip_descriptors" name="Retip chemical descriptors" version="@TOOL_VERSION@+galaxy6">
22
<description>for retention time prediction</description>
33
<macros>
44
<import>macros.xml</import>

tools/retip/retip_filter_rt.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<tool id="retip_filter_rt" name="Retip filter" version="@TOOL_VERSION@+galaxy5">
1+
<tool id="retip_filter_rt" name="Retip filter" version="@TOOL_VERSION@+galaxy6">
22
<description>for predicted RT's</description>
33
<macros>
44
<import>macros.xml</import>

0 commit comments

Comments
 (0)