comparison imgt_concatenate.xml @ 3:9ace06c6f6d8 draft

Uploaded
author davidvanzessen
date Tue, 27 Dec 2016 15:59:41 -0500
parents d77d4700fd0a
children 80f15eb919ef
comparison
equal deleted inserted replaced
2:d77d4700fd0a 3:9ace06c6f6d8
37 <param name="label" type="text" label="A name for the new dataset" size="25"> 37 <param name="label" type="text" label="A name for the new dataset" size="25">
38 <validator type="regex" message="Fill in a name for the new dataset">.+</validator> 38 <validator type="regex" message="Fill in a name for the new dataset">.+</validator>
39 </param> 39 </param>
40 </inputs> 40 </inputs>
41 <outputs> 41 <outputs>
42 <data format="peptideshaker_archive" name="out_file" label="${label}"/> 42 <data format="data" name="out_file" label="${label}"/>
43 </outputs> 43 </outputs>
44 <help> 44 <help>
45 Concatenate two or more IMGT files to create one new IMGT zip with all the sequences of the inputs. 45 Concatenate two or more IMGT files to create one new IMGT zip with all the sequences of the inputs.
46 46
47 </help> 47 </help>