Mercurial > repos > timpalpant > java_genomics_toolkit
diff galaxy-conf/GeneTrackToBedGraph.xml @ 11:b1952a90d4bf
Uploaded
author | timpalpant |
---|---|
date | Mon, 09 Apr 2012 11:50:23 -0400 |
parents | |
children | 81d5b81fb3c2 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/galaxy-conf/GeneTrackToBedGraph.xml Mon Apr 09 11:50:23 2012 -0400 @@ -0,0 +1,21 @@ +<tool id="GeneTrackToBedGraph" name="GeneTrack to BedGraph" version="1.0.0"> + <description>converter</description> + <command interpreter="sh">galaxyToolRunner.sh converters.GeneTrackToBedGraph -i $input -o $output</command> + <inputs> + <param name="input" type="data" format="genetrack" label="Input GeneTrack index" /> + </inputs> + <outputs> + <data name="output" format="bedgraph" metadata_source="input" /> + </outputs> + +<help> + +.. class:: warningmark + +This tool will sum the counts from the forward and reverse strands in a GeneTrack index to create a BedGraph file. + +.. class:: warningmark + +This tool requires GeneTrack formatted data. If you have tabular data that was not correctly autodetected, change the metadata by clicking on the pencil icon for the dataset. +</help> +</tool>