Mercurial > repos > enios > nc_rna
changeset 23:954376f8db01 draft
Uploaded
author | enios |
---|---|
date | Wed, 26 May 2021 16:15:44 +0000 |
parents | 6b4bbce1abb0 |
children | 8ec95406dfc1 |
files | cbind.xml |
diffstat | 1 files changed, 22 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/cbind.xml Wed May 26 16:15:44 2021 +0000 @@ -0,0 +1,22 @@ +<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> +