Mercurial > repos > deepakjadmin > r_caret_test2_jan
diff r_caret_test1-revision_toolshed/removeduplecate.xml @ 0:39926de9e698 draft default tip
Uploaded
author | deepakjadmin |
---|---|
date | Wed, 06 Jan 2016 02:33:31 -0500 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/r_caret_test1-revision_toolshed/removeduplecate.xml Wed Jan 06 02:33:31 2016 -0500 @@ -0,0 +1,13 @@ +<tool id="aaapadel003" name="Remove redundancy"> +<description>"Removes Repeated Entry From File"</description> +<command interpreter="Rscript">PaDEL/tool3/removeduplecate.R $Input1 $Non_redudant_mega_file</command> +<inputs> +<param format="txt" name="Input1" type="data" label="Merged Descriptor File" help="csv format"/> +</inputs> +<outputs> +<data format="csv" name="Non_redudant_mega_file" label="Non-redundant Mega Descriptor File"/> +</outputs> +<help> +run command with Descriptor file and in csv format only .output file will be in CSV format. +</help> +</tool>