Previous changeset 0:5acd16a281c1 (2015-10-07) Next changeset 2:befa27962b5e (2015-10-07) |
Commit message:
Deleted selected files |
removed:
drop_column.xml |
b |
diff -r 5acd16a281c1 -r 989f0f529644 drop_column.xml --- a/drop_column.xml Wed Oct 07 12:45:15 2015 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 |
b |
@@ -1,17 +0,0 @@ -<tool id="drop_column" name="drop one column" version="0.1"> - <description>removes unwanted column</description> - <command> - cat $input1 | cut -f-$number1,$number2- >> $out_file1 </command> - <inputs> - <param name="input1" type="data" label="input file"/> - <param name="number1" type="integer" label="column to the left"/> - <param name="number2" type="integer" label="column to the right"/> - </inputs> - <outputs> - <data name="out_file1" format="input" metadata_source="input1"/> - </outputs> - <tests> - </tests> - <help> - </help> -</tool> |