Mercurial > repos > deepakjadmin > padel_descriptors_test2
annotate removeduplecate.xml @ 2:0552efed75f7 draft default tip
Uploaded
| author | deepakjadmin |
|---|---|
| date | Thu, 07 Jan 2016 01:55:21 -0500 |
| parents | |
| children |
| rev | line source |
|---|---|
| 2 | 1 <tool id="aaapadel003" name="Remove redundancy"> |
| 2 <description>"Removes Repeated Entry From File"</description> | |
| 3 <requirements> | |
| 4 <requirement type="set_environment">PADEL_PATH</requirement> | |
| 5 | |
| 6 | |
| 7 </requirements> | |
| 8 | |
| 9 <command interpreter="Rscript">tool3/removeduplecate.R $Input1 $Non_redudant_mega_file</command> | |
| 10 <inputs> | |
| 11 <param format="txt" name="Input1" type="data" label="Merged Descriptor File" help="csv format"/> | |
| 12 </inputs> | |
| 13 <outputs> | |
| 14 <data format="csv" name="Non_redudant_mega_file" label="Non-redundant Mega Descriptor File"/> | |
| 15 </outputs> | |
| 16 <help> | |
| 17 run command with Descriptor file and in csv format only .output file will be in CSV format. | |
| 18 </help> | |
| 19 </tool> |
