annotate macros.xml @ 0:c7a363d7ab26 draft default tip

planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/protease_prediction commit e933135e5dc9aa8c96800fd10b62b256ac3a8523-dirty
author bgruening
date Sat, 12 Mar 2016 19:28:41 -0500
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
c7a363d7ab26 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/protease_prediction commit e933135e5dc9aa8c96800fd10b62b256ac3a8523-dirty
bgruening
parents:
diff changeset
1 <macros>
c7a363d7ab26 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/protease_prediction commit e933135e5dc9aa8c96800fd10b62b256ac3a8523-dirty
bgruening
parents:
diff changeset
2 <token name="@VERSION@">0.9</token>
c7a363d7ab26 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/protease_prediction commit e933135e5dc9aa8c96800fd10b62b256ac3a8523-dirty
bgruening
parents:
diff changeset
3 <xml name="requirements">
c7a363d7ab26 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/protease_prediction commit e933135e5dc9aa8c96800fd10b62b256ac3a8523-dirty
bgruening
parents:
diff changeset
4 <requirements>
c7a363d7ab26 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/protease_prediction commit e933135e5dc9aa8c96800fd10b62b256ac3a8523-dirty
bgruening
parents:
diff changeset
5 <requirement type="package" version="0.2.1b">eden</requirement>
c7a363d7ab26 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/protease_prediction commit e933135e5dc9aa8c96800fd10b62b256ac3a8523-dirty
bgruening
parents:
diff changeset
6 </requirements>
c7a363d7ab26 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/protease_prediction commit e933135e5dc9aa8c96800fd10b62b256ac3a8523-dirty
bgruening
parents:
diff changeset
7 </xml>
c7a363d7ab26 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/protease_prediction commit e933135e5dc9aa8c96800fd10b62b256ac3a8523-dirty
bgruening
parents:
diff changeset
8 <xml name="stdio">
c7a363d7ab26 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/protease_prediction commit e933135e5dc9aa8c96800fd10b62b256ac3a8523-dirty
bgruening
parents:
diff changeset
9 <stdio>
c7a363d7ab26 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/protease_prediction commit e933135e5dc9aa8c96800fd10b62b256ac3a8523-dirty
bgruening
parents:
diff changeset
10 <exit_code range="1:" level="fatal" description="Error occurred. Please check Tool Standard Error" />
c7a363d7ab26 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/protease_prediction commit e933135e5dc9aa8c96800fd10b62b256ac3a8523-dirty
bgruening
parents:
diff changeset
11 </stdio>
c7a363d7ab26 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/protease_prediction commit e933135e5dc9aa8c96800fd10b62b256ac3a8523-dirty
bgruening
parents:
diff changeset
12 </xml>
c7a363d7ab26 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/protease_prediction commit e933135e5dc9aa8c96800fd10b62b256ac3a8523-dirty
bgruening
parents:
diff changeset
13 <xml name="loadConditional">
c7a363d7ab26 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/protease_prediction commit e933135e5dc9aa8c96800fd10b62b256ac3a8523-dirty
bgruening
parents:
diff changeset
14 <conditional name="selected_tasks">
c7a363d7ab26 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/protease_prediction commit e933135e5dc9aa8c96800fd10b62b256ac3a8523-dirty
bgruening
parents:
diff changeset
15 <param name="selected_task" type="select" label="Select a Classification Task">
c7a363d7ab26 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/protease_prediction commit e933135e5dc9aa8c96800fd10b62b256ac3a8523-dirty
bgruening
parents:
diff changeset
16 <option value="fit" selected="true">Train a model</option>
c7a363d7ab26 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/protease_prediction commit e933135e5dc9aa8c96800fd10b62b256ac3a8523-dirty
bgruening
parents:
diff changeset
17 <option value="predict">Load a model and predict</option>
c7a363d7ab26 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/protease_prediction commit e933135e5dc9aa8c96800fd10b62b256ac3a8523-dirty
bgruening
parents:
diff changeset
18 </param>
c7a363d7ab26 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/protease_prediction commit e933135e5dc9aa8c96800fd10b62b256ac3a8523-dirty
bgruening
parents:
diff changeset
19 <when value="predict">
c7a363d7ab26 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/protease_prediction commit e933135e5dc9aa8c96800fd10b62b256ac3a8523-dirty
bgruening
parents:
diff changeset
20 <param name="infile_model" type="data" format="eden_model" label="Models" help="Select a model file." />
c7a363d7ab26 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/protease_prediction commit e933135e5dc9aa8c96800fd10b62b256ac3a8523-dirty
bgruening
parents:
diff changeset
21 <param name="infile_data" type="data" format="fasta" label="Data (fasta)" help="Select the FASTA sequences you want to classify."/>
c7a363d7ab26 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/protease_prediction commit e933135e5dc9aa8c96800fd10b62b256ac3a8523-dirty
bgruening
parents:
diff changeset
22 </when>
c7a363d7ab26 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/protease_prediction commit e933135e5dc9aa8c96800fd10b62b256ac3a8523-dirty
bgruening
parents:
diff changeset
23 <when value="fit">
c7a363d7ab26 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/protease_prediction commit e933135e5dc9aa8c96800fd10b62b256ac3a8523-dirty
bgruening
parents:
diff changeset
24 <param name="infile_train" type="data" format="fasta" label="Training samples (FASTA)" />
c7a363d7ab26 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/protease_prediction commit e933135e5dc9aa8c96800fd10b62b256ac3a8523-dirty
bgruening
parents:
diff changeset
25 <yield />
c7a363d7ab26 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/protease_prediction commit e933135e5dc9aa8c96800fd10b62b256ac3a8523-dirty
bgruening
parents:
diff changeset
26 </when>
c7a363d7ab26 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/protease_prediction commit e933135e5dc9aa8c96800fd10b62b256ac3a8523-dirty
bgruening
parents:
diff changeset
27 </conditional>
c7a363d7ab26 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/protease_prediction commit e933135e5dc9aa8c96800fd10b62b256ac3a8523-dirty
bgruening
parents:
diff changeset
28 </xml>
c7a363d7ab26 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/protease_prediction commit e933135e5dc9aa8c96800fd10b62b256ac3a8523-dirty
bgruening
parents:
diff changeset
29 <xml name="eden_citation">
c7a363d7ab26 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/protease_prediction commit e933135e5dc9aa8c96800fd10b62b256ac3a8523-dirty
bgruening
parents:
diff changeset
30 <citations>
c7a363d7ab26 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/protease_prediction commit e933135e5dc9aa8c96800fd10b62b256ac3a8523-dirty
bgruening
parents:
diff changeset
31 <citation type="doi">10.5281/zenodo.27945</citation>
c7a363d7ab26 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/protease_prediction commit e933135e5dc9aa8c96800fd10b62b256ac3a8523-dirty
bgruening
parents:
diff changeset
32 </citations>
c7a363d7ab26 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/protease_prediction commit e933135e5dc9aa8c96800fd10b62b256ac3a8523-dirty
bgruening
parents:
diff changeset
33 </xml>
c7a363d7ab26 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/protease_prediction commit e933135e5dc9aa8c96800fd10b62b256ac3a8523-dirty
bgruening
parents:
diff changeset
34 </macros>