Mercurial > repos > iuc > macs2
diff macs2_randsample.xml @ 63:25e46cf1ee36 draft default tip
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/macs2 commit e8307adcc6ee9245fa2bb9ecb6de1cbe008dc2c3"
author | iuc |
---|---|
date | Sat, 02 Apr 2022 21:36:50 +0000 |
parents | 1ac88e46ee0f |
children |
line wrap: on
line diff
--- a/macs2_randsample.xml Tue Aug 31 09:16:10 2021 +0000 +++ b/macs2_randsample.xml Sat Apr 02 21:36:50 2022 +0000 @@ -1,4 +1,4 @@ -<tool id="macs2_randsample" name="MACS2 randsample" version="@VERSION_STRING@.1"> +<tool id="macs2_randsample" name="MACS2 randsample" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="20.01"> <description>Randomly sample number or percentage of total reads</description> <expand macro="bio_tools"/> <macros> @@ -10,7 +10,7 @@ <command><![CDATA[ @home_dir@ macs2 randsample - -t '${ infile }' + -i '${ infile }' -o '${ outfile }' --seed '${ seed }' @@ -50,8 +50,14 @@ <param name="method_options_selector" value="percentage" /> <param name="percentage" value="80.0" /> <param name="seed" value="1" /> - <output name="outfile" file="bdgrandsample_output.bed"/> - </test> + <output name="outfile"> + <assert_contents> + <has_text text="27179762" /> + <has_text text="4441986" /> + <has_size value="4787911" delta="500"/> + </assert_contents> + </output> + </test> </tests> <help> <![CDATA[