Mercurial > repos > enios > nc_rna
view cbind.xml @ 23:954376f8db01 draft
Uploaded
author | enios |
---|---|
date | Wed, 26 May 2021 16:15:44 +0000 |
parents | 2ea01f4f394c |
children |
line wrap: on
line source
<tool id="cbind" name="Cbind" > <description>cbind horizontally</description> <requirements> <container type="docker">bianca7/lncrna:cbind</container> </requirements> <command><![CDATA[ python /var/lib/pandas/rbind.py #for $q in $queries '${q.input2}' #end for && mv mergedArray.txt $out_file1 ]]></command> <inputs> <!--param name="input1" type="data" label="Concatenate Dataset"/--> <repeat name="queries" title="Dataset"> <param name="input2" type="data" label="Select" /> </repeat> </inputs> <outputs> <data name="out_file1" format="input" metadata_source="input1"/> </outputs> </tool>