Mercurial > repos > iuc > macs2
diff macs2_randsample.xml @ 18:640d3af5d833 draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/macs2 commit e8307adcc6ee9245fa2bb9ecb6de1cbe008dc2c3"
author | iuc |
---|---|
date | Sat, 02 Apr 2022 21:37:38 +0000 |
parents | 424aefbd7777 |
children | 86e2413cf3f8 |
line wrap: on
line diff
--- a/macs2_randsample.xml Thu Apr 25 17:49:05 2019 -0400 +++ b/macs2_randsample.xml Sat Apr 02 21:37:38 2022 +0000 @@ -1,5 +1,6 @@ -<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> <import>macs2_macros.xml</import> </macros> @@ -9,7 +10,7 @@ <command><![CDATA[ @home_dir@ macs2 randsample - -t '${ infile }' + -i '${ infile }' -o '${ outfile }' --seed '${ seed }' @@ -49,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[