Mercurial > repos > deepakjadmin > padel_descriptors_test4
view removeduplecate.xml @ 3:c1a0e86286db draft
Deleted selected files
| author | deepakjadmin | 
|---|---|
| date | Thu, 07 Jan 2016 07:29:37 -0500 | 
| parents | 8679c4655902 | 
| 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_PATH</requirement> </requirements> <command interpreter="Rscript">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>
