diff IDConflictResolver.xml @ 0:3d84209d3178 draft

Uploaded
author bgruening
date Fri, 10 Oct 2014 18:20:03 -0400
parents
children 6ead64a594bd
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/IDConflictResolver.xml	Fri Oct 10 18:20:03 2014 -0400
@@ -0,0 +1,35 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<tool id="IDConflictResolver" name="IDConflictResolver" version="1.12.0">
+  <description>Resolves ambiguous annotations of features with peptide identifications</description>
+  <macros>
+    <token name="@EXECUTABLE@">IDConflictResolver</token>
+    <import>macros.xml</import>
+  </macros>
+  <expand macro="stdio"/>
+  <expand macro="requirements"/>
+  <command>IDConflictResolver
+
+-in ${param_in}
+-out ${param_out}
+-threads \${GALAXY_SLOTS:-24} 
+</command>
+  <inputs>
+    <param name="param_in" type="data" format="featureXML,consensusXML" optional="False" label="Input file (data annotated with identifications)" help="(-in)"/>
+  </inputs>
+  <outputs>
+    <data name="param_out" label="Output file (data with one peptide identification per feature)" format="consensusXML">
+      <change_format>
+        <when input="param_out_type" value="featureXML" format="featureXML"/>
+      </change_format>
+    </data>
+  </outputs>
+  <help>**What it does**
+
+Resolves ambiguous annotations of features with peptide identifications
+
+
+For more information, visit http://ftp.mi.fu-berlin.de/OpenMS/release-documentation/html/TOPP_IDConflictResolver.html
+
+@REFERENCES@
+</help>
+</tool>