Mercurial > repos > timpalpant > java_genomics_toolkit
diff galaxy-conf/Phasogram.xml @ 24:a77e126ae856 draft
Reupload since last upload did not load correctly
author | timpalpant |
---|---|
date | Tue, 19 Jun 2012 22:15:09 -0400 |
parents | 9d56b5b85740 |
children | b43c420a6135 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/galaxy-conf/Phasogram.xml Tue Jun 19 22:15:09 2012 -0400 @@ -0,0 +1,27 @@ +<tool id="Phasogram" name="Make phasogram" version="1.0.0"> + <description>of dyads</description> + <command interpreter="sh">galaxyToolRunner.sh nucleosomes.Phasogram -i $input -m $max -o $output</command> + <inputs> + <param name="input" type="data" format="bigwig,wig" label="Dyads (Big)Wig file" /> + <param name="max" type="integer" value="1000" label="Maximum phase shift (bp)" /> + </inputs> + <outputs> + <data name="output" format="tabular" /> + </outputs> + + <help> + +This tool calculates the phase distribution of sequencing data. It can be used to identify genome-wide periodicities. Phase counts are aggregated for each base pair across the genome. This is equivalent to summing the autocovariance of a sliding window across the genome. The tool is a reimplementation of the algorithm described in (Valouev et al. 2011). + +.. class:: infomark + +**TIP:** If your dataset does not appear in the pulldown menu, it means that it is not in Wig or BigWig format. Use "edit attributes" to set the correct format if it was not detected correctly. + +----- + +**Citation** + +Valouev A, Johnson SM, Boyd SD, Smith CL, Fire AZ and Sidow A (2011) Determinants of nucleosome organization in primary human cells. Nature 474: 516–520 + + </help> +</tool>