annotate galaxy-conf/GeneTrackToBedGraph.xml @ 11:b1952a90d4bf

Uploaded
author timpalpant
date Mon, 09 Apr 2012 11:50:23 -0400
parents
children 81d5b81fb3c2
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
11
b1952a90d4bf Uploaded
timpalpant
parents:
diff changeset
1 <tool id="GeneTrackToBedGraph" name="GeneTrack to BedGraph" version="1.0.0">
b1952a90d4bf Uploaded
timpalpant
parents:
diff changeset
2 <description>converter</description>
b1952a90d4bf Uploaded
timpalpant
parents:
diff changeset
3 <command interpreter="sh">galaxyToolRunner.sh converters.GeneTrackToBedGraph -i $input -o $output</command>
b1952a90d4bf Uploaded
timpalpant
parents:
diff changeset
4 <inputs>
b1952a90d4bf Uploaded
timpalpant
parents:
diff changeset
5 <param name="input" type="data" format="genetrack" label="Input GeneTrack index" />
b1952a90d4bf Uploaded
timpalpant
parents:
diff changeset
6 </inputs>
b1952a90d4bf Uploaded
timpalpant
parents:
diff changeset
7 <outputs>
b1952a90d4bf Uploaded
timpalpant
parents:
diff changeset
8 <data name="output" format="bedgraph" metadata_source="input" />
b1952a90d4bf Uploaded
timpalpant
parents:
diff changeset
9 </outputs>
b1952a90d4bf Uploaded
timpalpant
parents:
diff changeset
10
b1952a90d4bf Uploaded
timpalpant
parents:
diff changeset
11 <help>
b1952a90d4bf Uploaded
timpalpant
parents:
diff changeset
12
b1952a90d4bf Uploaded
timpalpant
parents:
diff changeset
13 .. class:: warningmark
b1952a90d4bf Uploaded
timpalpant
parents:
diff changeset
14
b1952a90d4bf Uploaded
timpalpant
parents:
diff changeset
15 This tool will sum the counts from the forward and reverse strands in a GeneTrack index to create a BedGraph file.
b1952a90d4bf Uploaded
timpalpant
parents:
diff changeset
16
b1952a90d4bf Uploaded
timpalpant
parents:
diff changeset
17 .. class:: warningmark
b1952a90d4bf Uploaded
timpalpant
parents:
diff changeset
18
b1952a90d4bf Uploaded
timpalpant
parents:
diff changeset
19 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.
b1952a90d4bf Uploaded
timpalpant
parents:
diff changeset
20 </help>
b1952a90d4bf Uploaded
timpalpant
parents:
diff changeset
21 </tool>