Mercurial > repos > davidvanzessen > imgt_concatenate
view imgt_concatenate.xml @ 2:22f89d6c6f8e draft default tip
Uploaded
author | davidvanzessen |
---|---|
date | Wed, 20 Jul 2016 08:08:07 -0400 |
parents | f7b52458ead4 |
children |
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="regex" message="Fill in a name for the new dataset">.+</validator> </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>