Mercurial > repos > enios > nc_rna
changeset 22:6b4bbce1abb0 draft
Deleted selected files
author | enios |
---|---|
date | Wed, 26 May 2021 16:13:40 +0000 |
parents | b2b09e49dd44 |
children | 954376f8db01 |
files | cbind.xml |
diffstat | 1 files changed, 0 insertions(+), 22 deletions(-) [+] |
line wrap: on
line diff
--- a/cbind.xml Sat May 22 07:47:36 2021 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,22 +0,0 @@ -<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> -