comparison macs2_filterdup.xml @ 17:424aefbd7777 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/macs2 commit e90e79e18362561d0060d2c162f1938feebdbc29
author iuc
date Thu, 25 Apr 2019 17:49:05 -0400
parents acbd3fb47f90
children 640d3af5d833
comparison
equal deleted inserted replaced
16:495a4173006f 17:424aefbd7777
1 <tool id="macs2_filterdup" name="MACS2 filterdup" version="@VERSION_STRING@.0"> 1 <tool id="macs2_filterdup" name="MACS2 filterdup" version="@VERSION_STRING@.1">
2 <description>Remove duplicate reads at the same position</description> 2 <description>Remove duplicate reads at the same position</description>
3 <macros> 3 <macros>
4 <import>macs2_macros.xml</import> 4 <import>macs2_macros.xml</import>
5 </macros> 5 </macros>
6 <expand macro="requirements" /> 6 <expand macro="requirements" />
21 --keep-dup '${ keep_dup_options.keep_dup_options_selector }' 21 --keep-dup '${ keep_dup_options.keep_dup_options_selector }'
22 #end if 22 #end if
23 ]]> 23 ]]>
24 </command> 24 </command>
25 <inputs> 25 <inputs>
26 <param name="infile" type="data" format="sam,bam,bed" label="Sequencing alignment file" /> 26 <param name="infile" type="data" format="bam,bed" label="Sequencing alignment file" />
27 <expand macro="conditional_effective_genome_size" /> 27 <expand macro="conditional_effective_genome_size" />
28 <expand macro="tag_size" /> 28 <expand macro="tag_size" />
29 <param name="pvalue" type="text" value="1e-5" label="Pvalue cutoff for binomial distribution test" help="Default=1e-5 (--pvalue)" /> 29 <param name="pvalue" type="text" value="1e-5" label="Pvalue cutoff for binomial distribution test" help="Default=1e-5 (--pvalue)" />
30 <expand macro="keep_duplicates" /> 30 <expand macro="keep_duplicates" />
31 31