Mercurial > repos > devteam > merge_cols
comparison mergeCols.xml @ 2:4576d639d805 draft default tip
"planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/merge_cols commit ed2daf7024ea79a04bbb4a0896b9402ab2daf89f"
author | devteam |
---|---|
date | Thu, 16 Jul 2020 08:36:21 +0000 |
parents | 26d0d9bdbafc |
children |
comparison
equal
deleted
inserted
replaced
1:26d0d9bdbafc | 2:4576d639d805 |
---|---|
1 <tool id="mergeCols1" name="Merge Columns" version="1.0.2"> | 1 <tool id="mergeCols1" name="Merge Columns" version="1.0.3" profile="16.04"> |
2 <description>together</description> | 2 <description>together</description> |
3 <requirements> | 3 <requirements> |
4 <requirement type="package" version="3.7">python</requirement> | 4 <requirement type="package" version="3.7">python</requirement> |
5 </requirements> | 5 </requirements> |
6 <command interpreter="python"> | 6 <command><![CDATA[ |
7 mergeCols.py | 7 python '$__tool_directory__/mergeCols.py' |
8 "${input1}" | 8 "${input1}" |
9 "${out_file1}" | 9 "${out_file1}" |
10 "${col1}" | 10 "${col1}" |
11 "${col2}" | 11 "${col2}" |
12 #for $col in $columns | 12 #for $col in $columns |
13 ${col.datacol} | 13 ${col.datacol} |
14 #end for | 14 #end for |
15 </command> | 15 ]]></command> |
16 <inputs> | 16 <inputs> |
17 <param format="tabular" name="input1" type="data" label="Select data" help="Dataset missing? See TIP below."/> | 17 <param format="tabular" name="input1" type="data" label="Select data" help="Dataset missing? See TIP below."/> |
18 <param name="col1" label="Merge column" type="data_column" data_ref="input1" /> | 18 <param name="col1" label="Merge column" type="data_column" data_ref="input1" /> |
19 <param name="col2" label="with column" type="data_column" data_ref="input1" help="Need to add more columns? Use controls below."/> | 19 <param name="col2" label="with column" type="data_column" data_ref="input1" help="Need to add more columns? Use controls below."/> |
20 <repeat name="columns" title="Columns"> | 20 <repeat name="columns" title="Columns"> |