Repository 'recetox_aplcms_align_features'
hg clone https://toolshed.g2.bx.psu.edu/repos/recetox/recetox_aplcms_align_features

Changeset 8:2d13fcae8b84 (2023-06-22)
Previous changeset 7:1a01ffa85adc (2023-05-25) Next changeset 9:7b42ee54d757 (2023-07-19)
Commit message:
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit 199dd33897bacaeb194ce9f5239cc4752c92e4df
modified:
macros.xml
recetox_aplcms_align_features.xml
b
diff -r 1a01ffa85adc -r 2d13fcae8b84 macros.xml
--- a/macros.xml Thu May 25 12:09:05 2023 +0000
+++ b/macros.xml Thu Jun 22 11:45:30 2023 +0000
b
@@ -7,6 +7,17 @@
         </requirements>
     </xml>
 
+    <xml name="annotation">
+       <edam_topics>
+              <edam_topic>topic_3172</edam_topic>
+              <edam_topic>topic_0091</edam_topic>
+              <edam_topic>topic_3520</edam_topic>       
+       </edam_topics>
+       <xrefs>
+              <xref type="bio.tools">recetox-aplcms</xref>
+       </xrefs>
+    </xml>
+
     <xml name="creator">
         <creator>
             <person
b
diff -r 1a01ffa85adc -r 2d13fcae8b84 recetox_aplcms_align_features.xml
--- a/recetox_aplcms_align_features.xml Thu May 25 12:09:05 2023 +0000
+++ b/recetox_aplcms_align_features.xml Thu Jun 22 11:45:30 2023 +0000
[
@@ -1,12 +1,18 @@
-<tool id="recetox_aplcms_align_features" name="recetox-aplcms - align features" version="@TOOL_VERSION@+galaxy0">
+<tool id="recetox_aplcms_align_features" name="recetox-aplcms - align features" version="@TOOL_VERSION@+galaxy1" profile="21.09">
     <description>align peaks across samples</description>
     <macros>
         <import>macros.xml</import>
         <import>help.xml</import>
     </macros>
+
+    <edam_operations>
+        <edam_operation>operation_2928</edam_operation>
+    </edam_operations>
+    <expand macro="annotation"/>
     <expand macro="creator"/>
     <expand macro="requirements"/>
 
+
     <command detect_errors="aggressive"><![CDATA[
         Rscript -e "cluster <- \${GALAXY_SLOTS:-1}" -e 'source("${__tool_directory__}/utils.R")' -e 'source("${run_script}")' 
     ]]></command>