changeset 14:fad6c1077c8c draft

Uploaded
author enios
date Sat, 22 May 2021 07:30:09 +0000
parents da21e15c8365
children 97abe4dc3ee3
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	Sat May 22 07:30:09 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.tsv $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>
+