Mercurial > repos > artbio > bigwig_to_wig
diff bigwig_to_wig.xml @ 1:ac8ea1ca115d draft default tip
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/main/tools/bigwig_to_wig commit 85bdb086a4aa403465844a0b10399440b31b65a7
author | artbio |
---|---|
date | Fri, 06 Oct 2023 00:19:35 +0000 |
parents | ee2fbee916f7 |
children |
line wrap: on
line diff
--- a/bigwig_to_wig.xml Tue Sep 25 17:41:20 2018 -0400 +++ b/bigwig_to_wig.xml Fri Oct 06 00:19:35 2023 +0000 @@ -1,4 +1,4 @@ -<tool id="bigwig_to_wig" name="BigWig to Wig" version="2.0.0"> +<tool id="bigwig_to_wig" name="BigWig to Wig" version="@VERSION@"> <description>converter</description> <macros> <import>macros.xml</import> @@ -8,7 +8,7 @@ <exit_code range="1:" level="fatal" description="Tool exception" /> </stdio> <command detect_errors="exit_code"><![CDATA[ - sh $__tool_directory__/bigwig_to_wig.sh -f $input -b $bin_size -l $mylab > $output + bash $__tool_directory__/bigwig_to_wig.sh -f $input -b $bin_size -l $mylab > $output ]]></command> <inputs> <param name="input" format="bigwig" type="data" label="BigWig file to convert" /> @@ -23,13 +23,13 @@ <param name="input" value="1.bigwig" /> <param name="bin_size" value="500" /> <param name="mylab" value="wiggle_file" /> - <output name="output" file="1.wig" /> + <output name="output" file="1.wig" compare="sim_size" /> </test> <test> <param name="input" value="2.bigwig" /> <param name="bin_size" value="2000" /> <param name="mylab" value="wiggle_file" /> - <output name="output" file="2.wig" /> + <output name="output" file="2.wig" compare="sim_size" /> </test> </tests> <help><![CDATA[