Mercurial > repos > bgruening > protease_prediction
comparison 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 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:c7a363d7ab26 |
---|---|
1 <macros> | |
2 <token name="@VERSION@">0.9</token> | |
3 <xml name="requirements"> | |
4 <requirements> | |
5 <requirement type="package" version="0.2.1b">eden</requirement> | |
6 </requirements> | |
7 </xml> | |
8 <xml name="stdio"> | |
9 <stdio> | |
10 <exit_code range="1:" level="fatal" description="Error occurred. Please check Tool Standard Error" /> | |
11 </stdio> | |
12 </xml> | |
13 <xml name="loadConditional"> | |
14 <conditional name="selected_tasks"> | |
15 <param name="selected_task" type="select" label="Select a Classification Task"> | |
16 <option value="fit" selected="true">Train a model</option> | |
17 <option value="predict">Load a model and predict</option> | |
18 </param> | |
19 <when value="predict"> | |
20 <param name="infile_model" type="data" format="eden_model" label="Models" help="Select a model file." /> | |
21 <param name="infile_data" type="data" format="fasta" label="Data (fasta)" help="Select the FASTA sequences you want to classify."/> | |
22 </when> | |
23 <when value="fit"> | |
24 <param name="infile_train" type="data" format="fasta" label="Training samples (FASTA)" /> | |
25 <yield /> | |
26 </when> | |
27 </conditional> | |
28 </xml> | |
29 <xml name="eden_citation"> | |
30 <citations> | |
31 <citation type="doi">10.5281/zenodo.27945</citation> | |
32 </citations> | |
33 </xml> | |
34 </macros> |