Mercurial > repos > timpalpant > java_genomics_toolkit
annotate galaxy-conf/Add.xml @ 12:81d5b81fb3c2 draft
Added help for all tools in the toolkit. Many bug fixes and a few new nucleosome tools.
author | timpalpant |
---|---|
date | Wed, 25 Apr 2012 16:53:48 -0400 |
parents | 4b32ed5d4a1b |
children | 3e477c7e0e73 |
rev | line source |
---|---|
4 | 1 <tool id="WigAdd" name="Add" version="1.0.0"> |
2 <description>multiple (Big)Wig files</description> | |
3 <command interpreter="sh"> | |
4 galaxyToolRunner.sh wigmath.Add -o $output | |
5 #for $input in $inputs | |
6 ${input.file} | |
7 #end for | |
8 </command> | |
9 <inputs> | |
10 <repeat name="inputs" title="(Big)Wig file"> | |
11 <param name="file" type="data" format="bigwig,wig" /> | |
12 </repeat> | |
13 </inputs> | |
14 <outputs> | |
15 <data format="wig" name="output" /> | |
16 </outputs> | |
17 | |
18 <help> | |
12
81d5b81fb3c2
Added help for all tools in the toolkit. Many bug fixes and a few new nucleosome tools.
timpalpant
parents:
4
diff
changeset
|
19 |
81d5b81fb3c2
Added help for all tools in the toolkit. Many bug fixes and a few new nucleosome tools.
timpalpant
parents:
4
diff
changeset
|
20 This tool will add all values in the specified Wig files base pair by base pair. |
81d5b81fb3c2
Added help for all tools in the toolkit. Many bug fixes and a few new nucleosome tools.
timpalpant
parents:
4
diff
changeset
|
21 |
81d5b81fb3c2
Added help for all tools in the toolkit. Many bug fixes and a few new nucleosome tools.
timpalpant
parents:
4
diff
changeset
|
22 .. class:: infomark |
81d5b81fb3c2
Added help for all tools in the toolkit. Many bug fixes and a few new nucleosome tools.
timpalpant
parents:
4
diff
changeset
|
23 |
81d5b81fb3c2
Added help for all tools in the toolkit. Many bug fixes and a few new nucleosome tools.
timpalpant
parents:
4
diff
changeset
|
24 **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. |
81d5b81fb3c2
Added help for all tools in the toolkit. Many bug fixes and a few new nucleosome tools.
timpalpant
parents:
4
diff
changeset
|
25 |
4 | 26 </help> |
27 </tool> |