Mercurial > repos > davidvanzessen > imgt_concatenate
view imgt_concatenate.xml @ 0:d3cf09f5a1a6 draft
Uploaded
author | davidvanzessen |
---|---|
date | Mon, 29 Aug 2016 05:46:28 -0400 |
parents | |
children | b360a373835f |
line wrap: on
line source
<tool id="imgt_concatenate" name="IMGT Concatenate" version="1.0"> <description> </description> <command interpreter="bash"> imgt_concatenate.sh $out_file #for $i, $f in enumerate($files) "$f.file" #end for </command> <inputs> <repeat name="files" title="Sample" min="2" default="2"> <param name="file" format="peptideshaker_archive" type="data" label="IMGT zip file" /> </repeat> <param name="label" type="text" label="A name for the new dataset" size="25"> <validator type="length" message="Fill in a name for the new dataset" min="1" /> </param> </inputs> <outputs> <data format="peptideshaker_archive" name="out_file" label="${label}"/> </outputs> <help> Concatenate two or more IMGT files to create one new IMGT zip with all the sequences of the inputs. </help> </tool>