changeset 9:964835f32a94 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit ad4d739b4837dd61abc85614568d22f271f14568
author iuc
date Mon, 02 Sep 2024 12:00:58 +0000
parents b9cc7d5b0f37
children
files crossmap_bigwig.xml macros.xml
diffstat 2 files changed, 7 insertions(+), 15 deletions(-) [+]
line wrap: on
line diff
--- a/crossmap_bigwig.xml	Thu Jan 20 04:31:28 2022 +0000
+++ b/crossmap_bigwig.xml	Mon Sep 02 12:00:58 2024 +0000
@@ -6,36 +6,30 @@
     <expand macro="requirements"/>
     <expand macro="stdio"/>
     <expand macro="version_command"/>
-
     <command><![CDATA[
-CrossMap.py bigwig
+CrossMap bigwig
 '${chain_source.input_chain}'
 '${input}'
 output
     ]]></command>
-
     <inputs>
         <param name="input" type="data" format="bigwig" label="BigWig file"/>
-
-        <expand macro="chain" />
+        <expand macro="chain"/>
     </inputs>
-
     <outputs>
-        <data name="output" format="bigwig" label="${tool.name} on ${on_string}" from_work_dir="output.bw" />
+        <data name="output" format="bigwig" label="${tool.name} on ${on_string}" from_work_dir="output.bw"/>
     </outputs>
-
     <tests>
         <test>
             <param name="input" value="test_bigwig_01_input_a.bw" ftype="bigwig"/>
             <param name="index_source" value="history"/>
             <param name="input_chain" value="aToB.over.chain" ftype="csv"/>
-
             <output name="output" file="test_bigwig_01_output_a.bw"/>
         </test>
-        <test><!-- cached chain file -->
+        <test>
+            <!-- cached chain file -->
             <param name="input" value="test_bigwig_01_input_a.bw" ftype="bigwig" dbkey="hg18"/>
             <param name="index_source" value="cached"/>
-
             <output name="output" file="test_bigwig_01_output_a.bw"/>
         </test>
     </tests>
@@ -53,7 +47,6 @@
 smaller than file in wiggle format, and more importantly, CrossMap
 internally transforms wiggle into bedGraph to increase running speed.
     ]]></help>
-
     <citations>
         <citation type="doi">10.1093/bioinformatics/btt730</citation>
     </citations>
--- a/macros.xml	Thu Jan 20 04:31:28 2022 +0000
+++ b/macros.xml	Mon Sep 02 12:00:58 2024 +0000
@@ -1,4 +1,3 @@
-<?xml version="1.0"?>
 <macros>
     <xml name="requirements">
         <requirements>
@@ -6,7 +5,7 @@
             <yield/>
         </requirements>
     </xml>
-    <token name="@TOOL_VERSION@">0.6.1</token>
+    <token name="@TOOL_VERSION@">0.7.0</token>
     <token name="@VERSION_SUFFIX@">0</token>
     <xml name="stdio">
         <stdio>
@@ -17,7 +16,7 @@
     </xml>
     <xml name="version_command">
         <version_command><![CDATA[
-CrossMap.py 2>&1 | head -n 1 | grep -E --only-matching 'CrossMap.*'
+CrossMap 2>&1 | head -n 1 | grep -E --only-matching 'CrossMap.*'
         ]]></version_command>
     </xml>
     <xml name="chain">