Skip to content

Commit 8174abc

Browse files
committed
updated galaxy profile
1 parent 251dc7e commit 8174abc

9 files changed

+9
-8
lines changed

tools/ipapy2/ipapy2_MS1_annotation.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<tool id="ipapy2_MS1_annotation" name="ipaPy2 MS1 annotation" version="@TOOL_VERSION@+galaxy0" profile="21.09">
1+
<tool id="ipapy2_MS1_annotation" name="ipaPy2 MS1 annotation" version="@TOOL_VERSION@+galaxy0" profile="@PROFILE@">
22
<description>annotate clustered features using a supplied MS1 database</description>
33
<macros>
44
<import>macros.xml</import>

tools/ipapy2/ipapy2_MS2_annotation.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<tool id="ipapy2_MS2_annotation" name="ipaPy2 MS2 annotation" version="@TOOL_VERSION@+galaxy0" profile="21.05">
1+
<tool id="ipapy2_MS2_annotation" name="ipaPy2 MS2 annotation" version="@TOOL_VERSION@+galaxy0" profile="@PROFILE@">
22
<description>annotate features from MS2 using a supplied MS2 database</description>
33
<macros>
44
<import>macros.xml</import>

tools/ipapy2/ipapy2_clustering.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<tool id="ipapy2_clustering" name="ipaPy2 clustering" version="@TOOL_VERSION@+galaxy0" profile="21.05">
1+
<tool id="ipapy2_clustering" name="ipaPy2 clustering" version="@TOOL_VERSION@+galaxy0" profile="@PROFILE@">
22
<description>clustering MS1 features based on correlation across samples as preparation for ipaPy2</description>
33
<macros>
44
<import>macros.xml</import>

tools/ipapy2/ipapy2_compute_all_adducts.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<tool id="ipapy2_compute_all_adducts" name="ipaPy2 compute all adducts" version="@TOOL_VERSION@+galaxy0" profile="21.05">
1+
<tool id="ipapy2_compute_all_adducts" name="ipaPy2 compute all adducts" version="@TOOL_VERSION@+galaxy0" profile="@PROFILE@">
22
<description>compute the compound database with adducts</description>
33
<macros>
44
<import>macros.xml</import>

tools/ipapy2/ipapy2_compute_bio.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<tool id="ipapy2_compute_bio" name="ipaPy2 compute bio" version="@TOOL_VERSION@+galaxy0" profile="21.05">
1+
<tool id="ipapy2_compute_bio" name="ipaPy2 compute bio" version="@TOOL_VERSION@+galaxy0" profile="@PROFILE@">
22
<description>compute list of biochemical connections to improve annotation accuracy</description>
33
<macros>
44
<import>macros.xml</import>

tools/ipapy2/ipapy2_gibbs_sampler.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<tool id="ipapy2_gibbs_sampler" name="ipaPy2 gibbs sampler" version="@TOOL_VERSION@+galaxy0" profile="21.05">
1+
<tool id="ipapy2_gibbs_sampler" name="ipaPy2 gibbs sampler" version="@TOOL_VERSION@+galaxy0" profile="@PROFILE@">
22
<description>combine multiple information sources in a Gibbs sampler to improve annotation accuracy</description>
33
<macros>
44
<import>macros.xml</import>

tools/ipapy2/ipapy2_gibbs_sampler_add.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<tool id="ipapy2_gibbs_sampler_add" name="ipaPy2 gibbs sampler additive" version="@TOOL_VERSION@+galaxy0" profile="21.05">
1+
<tool id="ipapy2_gibbs_sampler_add" name="ipaPy2 gibbs sampler additive" version="@TOOL_VERSION@+galaxy0" profile="@PROFILE@">
22
<macros>
33
<import>macros.xml</import>
44
</macros>

tools/ipapy2/ipapy2_map_isotope_patterns.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<tool id="ipapy2_map_isotope_patterns" name="ipaPy2 map isotope patterns" version="@TOOL_VERSION@+galaxy0" profile="21.05">
1+
<tool id="ipapy2_map_isotope_patterns" name="ipaPy2 map isotope patterns" version="@TOOL_VERSION@+galaxy0" profile="@PROFILE@">
22
<description>detect isotopes in clusters</description>
33
<macros>
44
<import>macros.xml</import>

tools/ipapy2/macros.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<macros>
22
<token name="@TOOL_VERSION@">1.3.0</token>
3+
<token name="@PROFILE@">23.0</token>
34

45
<xml name="citations">
56
<citations>

0 commit comments

Comments
 (0)