Mercurial > repos > deepakjadmin > toolpadel3
view removeduplecate.xml @ 1:e71e35e34dac draft default tip
Uploaded
author | deepakjadmin |
---|---|
date | Tue, 20 Sep 2016 12:26:43 -0400 |
parents | 2928e8312b5f |
children |
line wrap: on
line source
<tool id="aaapadel003" name="Remove redundancy"> <description>"Removes Repeated Entry From File"</description> <requirements> <requirement type="set_environment">PADEL_TOOL3_PATH</requirement> <requirement type="set_environment">R_ROOT_DIR</requirement> <requirement type="package" version="3.2.0">R</requirement> </requirements> <command interpreter="Rscript">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>