Previous changeset 2:f10412ed821f (2015-07-21) |
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/show_beginning commit a1517c9d22029095120643bbe2c8fa53754dd2b7 |
modified:
headWrapper.xml |
b |
diff -r f10412ed821f -r b5af46a99f6e headWrapper.xml --- a/headWrapper.xml Tue Jul 21 15:58:13 2015 -0400 +++ b/headWrapper.xml Wed Nov 11 12:27:35 2015 -0500 |
b |
@@ -2,7 +2,7 @@ <description>lines from a dataset</description> <command interpreter="perl">headWrapper.pl "${input}" "${lineNum}" "${out_file1}"</command> <inputs> - <param name="lineNum" size="5" type="integer" value="10" label="Select first" help="lines"/> + <param name="lineNum" type="integer" value="10" label="Select first" help="lines"/> <param format="txt" name="input" type="data" label="from"/> </inputs> <outputs> |