annotate galaxy-conf/GeneTrackToBedGraph.xml @ 15:3e477c7e0e73 draft

Update normalization tools to allow normalizing by chromosome (Z-scorer, scale, etc.) Add new tool to convert any interval file to Bed format. Miscellaneous bug fixes.
author timpalpant
date Sat, 09 Jun 2012 16:03:59 -0400
parents eb53be9a09f4
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
15
3e477c7e0e73 Update normalization tools to allow normalizing by chromosome (Z-scorer, scale, etc.) Add new tool to convert any interval file to Bed format. Miscellaneous bug fixes.
timpalpant
parents: 13
diff changeset
1 <tool id="GeneTrackToBedGraph" name="GeneTrack to BedGraph" version="1.1.0">
11
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>
13
eb53be9a09f4 Uploaded
timpalpant
parents: 12
diff changeset
5 <param name="input" type="data" format="tabular" label="Input GeneTrack index" />
11
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>
13
eb53be9a09f4 Uploaded
timpalpant
parents: 12
diff changeset
10 <tests>
eb53be9a09f4 Uploaded
timpalpant
parents: 12
diff changeset
11 <test>
eb53be9a09f4 Uploaded
timpalpant
parents: 12
diff changeset
12 <param name="input" value="test.genetrack" ftype="tabular"/>
eb53be9a09f4 Uploaded
timpalpant
parents: 12
diff changeset
13 <output name="output" file="geneTrackToBedGraph.bedGraph"/>
eb53be9a09f4 Uploaded
timpalpant
parents: 12
diff changeset
14 </test>
eb53be9a09f4 Uploaded
timpalpant
parents: 12
diff changeset
15 </tests>
11
b1952a90d4bf Uploaded
timpalpant
parents:
diff changeset
16 <help>
b1952a90d4bf Uploaded
timpalpant
parents:
diff changeset
17
12
81d5b81fb3c2 Added help for all tools in the toolkit. Many bug fixes and a few new nucleosome tools.
timpalpant
parents: 11
diff changeset
18 This tool will sum the counts from the forward and reverse strands in a GeneTrack_ index to create a BedGraph file.
11
b1952a90d4bf Uploaded
timpalpant
parents:
diff changeset
19
12
81d5b81fb3c2 Added help for all tools in the toolkit. Many bug fixes and a few new nucleosome tools.
timpalpant
parents: 11
diff changeset
20 .. _GeneTrack: http://atlas.bx.psu.edu/genetrack/docs/genetrack.html
11
b1952a90d4bf Uploaded
timpalpant
parents:
diff changeset
21
b1952a90d4bf Uploaded
timpalpant
parents:
diff changeset
22 .. class:: warningmark
b1952a90d4bf Uploaded
timpalpant
parents:
diff changeset
23
b1952a90d4bf Uploaded
timpalpant
parents:
diff changeset
24 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.
12
81d5b81fb3c2 Added help for all tools in the toolkit. Many bug fixes and a few new nucleosome tools.
timpalpant
parents: 11
diff changeset
25
11
b1952a90d4bf Uploaded
timpalpant
parents:
diff changeset
26 </help>
b1952a90d4bf Uploaded
timpalpant
parents:
diff changeset
27 </tool>