comparison imgt_concatenate.xml @ 0:d3cf09f5a1a6 draft

Uploaded
author davidvanzessen
date Mon, 29 Aug 2016 05:46:28 -0400
parents
children b360a373835f
comparison
equal deleted inserted replaced
-1:000000000000 0:d3cf09f5a1a6
1 <tool id="imgt_concatenate" name="IMGT Concatenate" version="1.0">
2 <description> </description>
3 <command interpreter="bash">
4 imgt_concatenate.sh $out_file
5 #for $i, $f in enumerate($files)
6 "$f.file"
7 #end for
8 </command>
9 <inputs>
10 <repeat name="files" title="Sample" min="2" default="2">
11 <param name="file" format="peptideshaker_archive" type="data" label="IMGT zip file" />
12 </repeat>
13 <param name="label" type="text" label="A name for the new dataset" size="25">
14 <validator type="length" message="Fill in a name for the new dataset" min="1" />
15 </param>
16 </inputs>
17 <outputs>
18 <data format="peptideshaker_archive" name="out_file" label="${label}"/>
19 </outputs>
20 <help>
21 Concatenate two or more IMGT files to create one new IMGT zip with all the sequences of the inputs.
22
23 </help>
24
25 </tool>