comparison macs2_filterdup.xml @ 9:acbd3fb47f90 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/macs2 commit 586ecaebf9e6020fac2674fbda368e293d1c9bc2
author iuc
date Thu, 25 Jan 2018 02:11:52 -0500
parents beb902da6e5f
children 424aefbd7777
comparison
equal deleted inserted replaced
8:e8a060164e11 9:acbd3fb47f90
5 </macros> 5 </macros>
6 <expand macro="requirements" /> 6 <expand macro="requirements" />
7 <expand macro="stdio" /> 7 <expand macro="stdio" />
8 <expand macro="version_command" /> 8 <expand macro="version_command" />
9 <command><![CDATA[ 9 <command><![CDATA[
10 @home_dir@
10 macs2 filterdup 11 macs2 filterdup
11 -i '${ infile }' 12 -i '${ infile }'
12 -o '${ outfile }' 13 -o '${ outfile }'
13 --format '${ infile.extension.upper() }' 14 --format '${ infile.extension.upper() }'
14 @effective_genome_size@ 15 @effective_genome_size@