comparison 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
comparison
equal deleted inserted replaced
-1:000000000000 0:dee6d2dd558c
1 <tool id="remove_reduandant_entries" name="Remove Redundancy" version="1.0">
2 <description>"Removes repeated entry from file"</description>
3 <requirements>
4 <requirement type="package" version="3.2.1">R</requirement>
5 </requirements>
6 <stdio>
7 <exit_code range="1:" />
8 </stdio>
9 <command interpreter="Rscript">remove_redundant_entries.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 <tests>
17 <test>
18 <param name="Input1" value="merged.csv" />
19 <output name="Non_redudant_mega_file" file="non_redundant.csv" compare="sim_size" delta="9000000" />
20 </test>
21 </tests>
22
23 <help>
24 run command with Descriptor file and in csv format only .output file will be in CSV format.
25 </help>
26 </tool>