diff macros.xml @ 0:f8c1d2a93d43 draft

planemo upload for repository https://github.com/open2c/pairtools commit e9ebcf7ac032fafaa445e654b245df679a4bbf18
author iuc
date Thu, 04 Apr 2024 19:40:59 +0000
parents
children 55a53b5e308d
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/macros.xml	Thu Apr 04 19:40:59 2024 +0000
@@ -0,0 +1,32 @@
+<macros>
+    <token name="@TOOL_VERSION@">1.0.3</token>
+    <token name="@SUFFIX_VERSION@">0</token>
+    <xml name="edam_ontology">
+        <edam_datas>
+            <edam_data>topic_1381</edam_data>
+        </edam_datas>
+    </xml>
+    <xml name="requirements">
+        <requirements>
+            <requirement type="package" version="@TOOL_VERSION@">pairtools</requirement>
+        </requirements>
+    </xml>
+    <xml name="creator">
+        <creator>
+            <organization name="IZW" url="https://www.izw-berlin.de/en/home.html"/>
+        </creator>
+    </xml>
+    <xml name="citations">
+        <citations>
+            <citation type="doi">10.1101/2023.02.13.528389</citation>
+        </citations>
+    </xml>
+    <xml name="walks_policy_options">
+        <option value="mask">mask - Mask walks (chrom="!", pos=0, strand="-")</option>
+        <option value="5any">5any - Report the 5'-most alignment on each side</option>
+        <option value="5unique" selected="true">5unique - Report the 5'-most unique alignment on each side, if present</option>
+        <option value="3any">3any - Report the 3'-most alignment on each side</option>
+        <option value="3unique">3unique - Report the 3'-most unique alignment on each side, if present</option>
+        <option value="all">all - Report all available unique alignments on each side</option>
+    </xml>
+</macros>
\ No newline at end of file