Mercurial > repos > iuc > macs2
comparison macs2_predictd.xml @ 61:644444825ef9 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:48:32 -0400 |
| parents | ea526bc73f8a |
| children | 1ac88e46ee0f |
comparison
equal
deleted
inserted
replaced
| 60:75bd115a2085 | 61:644444825ef9 |
|---|---|
| 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" /> |
