comparison macs2_filterdup.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
comparison
equal deleted inserted replaced
62:1ac88e46ee0f 63:25e46cf1ee36
1 <tool id="macs2_filterdup" name="MACS2 filterdup" version="@VERSION_STRING@.1"> 1 <tool id="macs2_filterdup" name="MACS2 filterdup" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="20.01">
2 <description>Remove duplicate reads at the same position</description> 2 <description>Remove duplicate reads at the same position</description>
3 <expand macro="bio_tools"/> 3 <expand macro="bio_tools"/>
4 <macros> 4 <macros>
5 <import>macs2_macros.xml</import> 5 <import>macs2_macros.xml</import>
6 </macros> 6 </macros>
19 #if str( $keep_dup_options.keep_dup_options_selector ) == "user": 19 #if str( $keep_dup_options.keep_dup_options_selector ) == "user":
20 --keep-dup '${ keep_dup_options.user_keepdup }' 20 --keep-dup '${ keep_dup_options.user_keepdup }'
21 #else 21 #else
22 --keep-dup '${ keep_dup_options.keep_dup_options_selector }' 22 --keep-dup '${ keep_dup_options.keep_dup_options_selector }'
23 #end if 23 #end if
24 @buffer_size@
24 ]]> 25 ]]>
25 </command> 26 </command>
26 <inputs> 27 <inputs>
27 <param name="infile" type="data" format="bam,bed" label="Sequencing alignment file" /> 28 <param name="infile" type="data" format="bam,bed" label="Sequencing alignment file" />
28 <expand macro="conditional_effective_genome_size" /> 29 <expand macro="conditional_effective_genome_size" />
29 <expand macro="tag_size" /> 30 <expand macro="tag_size" />
30 <param name="pvalue" type="text" value="1e-5" label="Pvalue cutoff for binomial distribution test" help="Default=1e-5 (--pvalue)" /> 31 <param name="pvalue" type="text" value="1e-5" label="Pvalue cutoff for binomial distribution test" help="Default=1e-5 (--pvalue)" />
31 <expand macro="keep_duplicates" /> 32 <expand macro="keep_duplicates" />
32 33 <expand macro="buffer_size"/>
33 </inputs> 34 </inputs>
34 <outputs> 35 <outputs>
35 <data name="outfile" format="bed" label="${tool.name} on ${on_string}" /> 36 <data name="outfile" format="bed" label="${tool.name} on ${on_string}" />
36 </outputs> 37 </outputs>
37 <tests> 38 <tests>