diff macros.xml @ 0:6b226c5907a1 draft default tip

"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/fastg2protlib commit e777bdb1d28b1ffee75cb1a8ad782a50c10a5358"
author galaxyp
date Fri, 07 Aug 2020 06:17:31 -0400
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/macros.xml	Fri Aug 07 06:17:31 2020 -0400
@@ -0,0 +1,29 @@
+<macros>
+    <token name="@VERSION@">1.0.2</token>
+    <xml name="cleavages">
+        <option value="arg-c">Arg-c</option>
+        <option value="asp-n">Asp-n</option>
+        <option value="thrombin">Thrombin</option></xml>
+    <xml name="help-text">
+        <help>
+            <![CDATA[
+
+                FASTG2Protlib creates a validated protein FASTA library starting from FASTG output. The tool
+                operates in two steps.
+
+                **Generate Peptides from FASTG**
+                
+                Use the tool to generate peptides cleaved from putative proteins generated from a FASTG file.
+
+                **Generate Verified Protein Library**
+               
+                Use the tool to generate a verified protein library with MSGF+ verified peptides as input
+            ]]>
+        </help>
+    </xml>
+    <xml name="pkg_requirement">
+        <requirements>
+            <requirement type="package" version="@VERSION@">fastg2protlib</requirement>
+        </requirements>
+    </xml>
+</macros>
\ No newline at end of file