Mercurial > repos > timpalpant > java_genomics_toolkit
annotate galaxy-conf/Phasogram.xml @ 9:9266d807ca85
Uploaded
| author | timpalpant |
|---|---|
| date | Tue, 06 Mar 2012 21:55:46 -0500 |
| parents | 4fc118372ae7 |
| children | 81d5b81fb3c2 |
| rev | line source |
|---|---|
| 4 | 1 <tool id="Phasogram" name="Make phasogram" version="1.0.0"> |
| 2 <description>of dyads</description> | |
| 5 | 3 <command interpreter="sh">galaxyToolRunner.sh nucleosomes.Phasogram -i $input -m $max -o $output</command> |
| 4 | 4 <inputs> |
|
7
4fc118372ae7
Uploaded new version with fixes and broader support for interval files
timpalpant
parents:
5
diff
changeset
|
5 <param name="input" type="data" format="bigwig,wig" label="Dyads (Big)Wig file" /> |
| 4 | 6 <param name="max" type="integer" value="1000" label="Maximum phase shift (bp)" /> |
| 7 </inputs> | |
| 8 <outputs> | |
| 9 <data name="output" format="tabular" /> | |
| 10 </outputs> | |
| 11 | |
| 12 <help> | |
| 13 .. class:: warningmark | |
| 14 | |
| 15 This tool requires mapped dyads in BigWig format. | |
| 16 </help> | |
| 17 </tool> |
