Mercurial > repos > anmoljh > redundant_entries_remove
view remove_redundant_entries.xml @ 0:dee6d2dd558c draft
planemo upload commit a1f4dd8eb560c649391ada1a6bb9505893a35272
author | anmoljh |
---|---|
date | Thu, 31 May 2018 11:28:57 -0400 |
parents | |
children | 6fd1efe69a78 |
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>