0
|
1 <tool id="aaapadel003" name="Remove redundancy">
|
|
2 <description>"Removes Repeated Entry From File"</description>
|
|
3 <requirements>
|
|
4 <requirement type="set_environment">PADEL_TOOL3_PATH</requirement>
|
1
|
5 <requirement type="set_environment">R_ROOT_DIR</requirement>
|
|
6 <requirement type="package" version="3.2.0">R</requirement>
|
0
|
7
|
|
8 </requirements>
|
|
9
|
|
10 <command interpreter="Rscript">removeduplecate.R $Input1 $Non_redudant_mega_file</command>
|
|
11 <inputs>
|
|
12 <param format="txt" name="Input1" type="data" label="Merged Descriptor File" help="csv format"/>
|
|
13 </inputs>
|
|
14 <outputs>
|
|
15 <data format="csv" name="Non_redudant_mega_file" label="Non-redundant Mega Descriptor File"/>
|
|
16 </outputs>
|
|
17 <help>
|
|
18 run command with Descriptor file and in csv format only .output file will be in CSV format.
|
|
19 </help>
|
|
20 </tool>
|