Mercurial > repos > enios > nc_rna
comparison cbind.xml @ 23:954376f8db01 draft
Uploaded
author | enios |
---|---|
date | Wed, 26 May 2021 16:15:44 +0000 |
parents | 2ea01f4f394c |
children |
comparison
equal
deleted
inserted
replaced
22:6b4bbce1abb0 | 23:954376f8db01 |
---|---|
1 <tool id="cbind" name="Cbind" > | |
2 <description>cbind horizontally</description> | |
3 <requirements> | |
4 <container type="docker">bianca7/lncrna:cbind</container> | |
5 </requirements> | |
6 <command><![CDATA[ python /var/lib/pandas/rbind.py | |
7 #for $q in $queries | |
8 '${q.input2}' | |
9 #end for | |
10 && mv mergedArray.txt $out_file1 | |
11 ]]></command> | |
12 <inputs> | |
13 <!--param name="input1" type="data" label="Concatenate Dataset"/--> | |
14 <repeat name="queries" title="Dataset"> | |
15 <param name="input2" type="data" label="Select" /> | |
16 </repeat> | |
17 </inputs> | |
18 <outputs> | |
19 <data name="out_file1" format="input" metadata_source="input1"/> | |
20 </outputs> | |
21 </tool> | |
22 |