Mercurial > repos > devteam > add_value
comparison fixedValueColumn.xml @ 2:cd36813b813f draft
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/add_value commit 00a7926c285bc4a339bd7deebf40b28f39c7d947-dirty
author | devteam |
---|---|
date | Tue, 21 Jul 2015 10:53:05 -0400 |
parents | 4676e145a44e |
children | 745871c0b055 |
comparison
equal
deleted
inserted
replaced
1:4676e145a44e | 2:cd36813b813f |
---|---|
1 <tool id="addValue" name="Add column"> | 1 <tool id="addValue" name="Add column" version="1.0.0"> |
2 <description>to an existing dataset</description> | 2 <description>to an existing dataset</description> |
3 <command interpreter="perl">fixedValueColumn.pl "${input}" "${out_file1}" "${exp}" "${iterate}"</command> | 3 <command interpreter="perl">fixedValueColumn.pl "${input}" "${out_file1}" "${exp}" "${iterate}"</command> |
4 <inputs> | 4 <inputs> |
5 <param name="exp" size="20" type="text" value="1" label="Add this value"/> | 5 <param name="exp" size="20" type="text" value="1" label="Add this value"/> |
6 <param format="tabular" name="input" type="data" label="to Dataset" help="Dataset missing? See TIP below" /> | 6 <param format="tabular" name="input" type="data" label="to Dataset" help="Dataset missing? See TIP below" /> |