annotate emboss_pepinfo.xml @ 11:0e2484b6829b draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit b583bbeb8fc90cd4b1e987a56982e7cf4aed1a68
author iuc
date Mon, 30 Jan 2017 13:27:40 -0500
parents 9b98d3d903c6
children 27c43fb015f0
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
11
0e2484b6829b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit b583bbeb8fc90cd4b1e987a56982e7cf4aed1a68
iuc
parents: 10
diff changeset
1 <tool id="EMBOSS: pepinfo69" name="pepinfo" version="5.0.0.1">
10
9b98d3d903c6 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/emboss_5 commit fc158bfe5f5927dc199321a2cf43310373cbc8ba
devteam
parents:
diff changeset
2 <!-- puts file info in output files -->
11
0e2484b6829b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit b583bbeb8fc90cd4b1e987a56982e7cf4aed1a68
iuc
parents: 10
diff changeset
3 <description>Plots simple amino acid properties in parallel</description>
0e2484b6829b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit b583bbeb8fc90cd4b1e987a56982e7cf4aed1a68
iuc
parents: 10
diff changeset
4 <macros>
0e2484b6829b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit b583bbeb8fc90cd4b1e987a56982e7cf4aed1a68
iuc
parents: 10
diff changeset
5 <import>macros.xml</import>
0e2484b6829b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit b583bbeb8fc90cd4b1e987a56982e7cf4aed1a68
iuc
parents: 10
diff changeset
6 </macros>
0e2484b6829b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit b583bbeb8fc90cd4b1e987a56982e7cf4aed1a68
iuc
parents: 10
diff changeset
7 <expand macro="requirements" />
0e2484b6829b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit b583bbeb8fc90cd4b1e987a56982e7cf4aed1a68
iuc
parents: 10
diff changeset
8 <command>perl '$__tool_directory__/emboss_single_outputfile_wrapper.pl' pepinfo -sequence '$input1' -outfile '$out_file1' -goutfile '$out_file2' -graph png -hwindow $hwindow $plot_type -auto</command>
0e2484b6829b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit b583bbeb8fc90cd4b1e987a56982e7cf4aed1a68
iuc
parents: 10
diff changeset
9 <inputs>
0e2484b6829b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit b583bbeb8fc90cd4b1e987a56982e7cf4aed1a68
iuc
parents: 10
diff changeset
10 <param name="input1" type="data" format="data" label="Sequence" />
0e2484b6829b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit b583bbeb8fc90cd4b1e987a56982e7cf4aed1a68
iuc
parents: 10
diff changeset
11 <param name="hwindow" type="integer" value="9" label="Window size for hydropathy averaging" />
0e2484b6829b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit b583bbeb8fc90cd4b1e987a56982e7cf4aed1a68
iuc
parents: 10
diff changeset
12 <param name="plot_type" type="select" label="Choose a plot type">
0e2484b6829b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit b583bbeb8fc90cd4b1e987a56982e7cf4aed1a68
iuc
parents: 10
diff changeset
13 <option value="-generalplot yes -hydropathyplot no">Histogram of general properties</option>
0e2484b6829b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit b583bbeb8fc90cd4b1e987a56982e7cf4aed1a68
iuc
parents: 10
diff changeset
14 <option value="-generalplot no -hydropathyplot yes">Graphs of hydropathy</option>
0e2484b6829b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit b583bbeb8fc90cd4b1e987a56982e7cf4aed1a68
iuc
parents: 10
diff changeset
15 </param>
0e2484b6829b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit b583bbeb8fc90cd4b1e987a56982e7cf4aed1a68
iuc
parents: 10
diff changeset
16 </inputs>
0e2484b6829b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit b583bbeb8fc90cd4b1e987a56982e7cf4aed1a68
iuc
parents: 10
diff changeset
17 <outputs>
0e2484b6829b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit b583bbeb8fc90cd4b1e987a56982e7cf4aed1a68
iuc
parents: 10
diff changeset
18 <data name="out_file1" format="pepinfo" />
0e2484b6829b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit b583bbeb8fc90cd4b1e987a56982e7cf4aed1a68
iuc
parents: 10
diff changeset
19 <data name="out_file2" format="png" />
0e2484b6829b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit b583bbeb8fc90cd4b1e987a56982e7cf4aed1a68
iuc
parents: 10
diff changeset
20 </outputs>
10
9b98d3d903c6 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/emboss_5 commit fc158bfe5f5927dc199321a2cf43310373cbc8ba
devteam
parents:
diff changeset
21 <help>
9b98d3d903c6 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/emboss_5 commit fc158bfe5f5927dc199321a2cf43310373cbc8ba
devteam
parents:
diff changeset
22 You can view the original documentation here_.
9b98d3d903c6 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/emboss_5 commit fc158bfe5f5927dc199321a2cf43310373cbc8ba
devteam
parents:
diff changeset
23
11
0e2484b6829b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit b583bbeb8fc90cd4b1e987a56982e7cf4aed1a68
iuc
parents: 10
diff changeset
24 .. _here: http://galaxy-iuc.github.io/emboss-5.0-docs/pepinfo.html
10
9b98d3d903c6 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/emboss_5 commit fc158bfe5f5927dc199321a2cf43310373cbc8ba
devteam
parents:
diff changeset
25 </help>
11
0e2484b6829b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit b583bbeb8fc90cd4b1e987a56982e7cf4aed1a68
iuc
parents: 10
diff changeset
26 <expand macro="citations" />
0e2484b6829b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit b583bbeb8fc90cd4b1e987a56982e7cf4aed1a68
iuc
parents: 10
diff changeset
27 </tool>