comparison removeduplecate.xml @ 0:c43eeb92e459 draft default tip

Uploaded
author deepakjadmin
date Thu, 07 Jan 2016 06:03:26 -0500
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:c43eeb92e459
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>