|
0
|
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>
|