comparison removeduplecate.xml @ 0:a4a2ad5a214e draft default tip

Uploaded
author deepakjadmin
date Thu, 05 Nov 2015 02:37:56 -0500
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:a4a2ad5a214e
1 <tool id="aaapadel003" name="Remove redundancy">
2 <description>"Removes Repeated Entry From File"</description>
3 <command interpreter="Rscript">PaDEL/tool3/removeduplecate.R $Input1 $Non_redudant_mega_file</command>
4 <inputs>
5 <param format="txt" name="Input1" type="data" label="Merged Descriptor File" help="csv format"/>
6 </inputs>
7 <outputs>
8 <data format="csv" name="Non_redudant_mega_file" label="Non-redundant Mega Descriptor File"/>
9 </outputs>
10 <help>
11 run command with Descriptor file and in csv format only .output file will be in CSV format.
12 </help>
13 </tool>