Mercurial > repos > anmoljh > redundant_entries_remove
view remove_redundant_entries.xml @ 2:20a170b2a127 draft default tip
planemo upload commit fc92464160be1df8c74a9b9c4b6ef2cb9554d0d3-dirty
| author | anmoljh |
|---|---|
| date | Wed, 18 Oct 2017 04:47:39 -0400 |
| parents | 575facf86117 |
| children |
line wrap: on
line source
<tool id="remove_reduandant_entries" name="Remove Redundancy" version="1.0"> <description>"Removes Repeated Entry From File"</description> <requirements> <requirement type="package" version="3.2.1">R</requirement> </requirements> <stdio> <exit_code range="1:" /> </stdio> <command interpreter="Rscript">remove_redundant_entries.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> <tests> <test> <param name="Input1" value="merged.csv" /> <output name="Non_redudant_mega_file" file="non_redundant.csv" compare="sim_size" delta="9000000" /> </test> </tests> <help> run command with Descriptor file and in csv format only .output file will be in CSV format. </help> </tool>
