comparison macs2_predictd.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 c33686854b19
children 640d3af5d833
comparison
equal deleted inserted replaced
16:495a4173006f 17:424aefbd7777
1 <tool id="macs2_predictd" name="MACS2 predictd" version="@VERSION_STRING@.0"> 1 <tool id="macs2_predictd" name="MACS2 predictd" version="@VERSION_STRING@.1">
2 <description>Predict 'd' or fragment size from alignment results</description> 2 <description>Predict 'd' or fragment size from alignment results</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"/>
24 && 24 &&
25 25
26 Rscript predictd 26 Rscript predictd
27 ]]></command> 27 ]]></command>
28 <inputs> 28 <inputs>
29 <param name="infiles" type="data" format="bam,sam,bed" multiple="True" 29 <param name="infiles" type="data" format="bam,bed" multiple="True"
30 label="ChIP-seq alignment file" 30 label="ChIP-seq alignment file"
31 help="If multiple files are given, then they will all be read and combined. Note that pair-end data is not supposed to work with this command. (-i)" /> 31 help="If multiple files are given, then they will all be read and combined. Note that pair-end data is not supposed to work with this command. (-i)" />
32 <expand macro="conditional_effective_genome_size" /> 32 <expand macro="conditional_effective_genome_size" />
33 <expand macro="tag_size" /> 33 <expand macro="tag_size" />
34 <expand macro="band_width" /> 34 <expand macro="band_width" />