comparison PaDEL/tool2/addact.xml.copy @ 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="AddAct8@31" name="Merge files">
2 <description>"Merge data files of Active and Inactive compounds "</description>
3 <command interpreter="perl">addact.pl $Input1 $Activity1 $Input2 $Activity2 $output</command>
4 <inputs>
5 <param format="txt" name="Input1" type="data" label="Descriptor File"/>
6 <param name="Activity1" type="select" label="Choose Appropriate Lable">
7 <option value = "Active" >Active</option>
8 <option value = "Inactive" >Inactive</option>
9 </param>
10 <param format="txt" name="Input2" type="data" label="Descriptor File"/>
11
12 <param name="Activity2" type="select" label="Choose appropriate Label">
13 <option value = "Inactive">Inactive</option>
14 <option value = "1" >Active</option>
15 </param>
16 <!--
17 <param name="3d" type="checkbox" label="Include 3D descriptors" description="add 3D descriptor" value="1" default="0" />
18 <param name="fingerprint" type="checkbox" label="Include PubChem fingerprints" description="calculate 881 fingerprints" value="1" default="0" />
19 -->
20 </inputs>
21 <outputs>
22 <data format="txt" name="output" label="Merged Mega File"/>
23 </outputs>
24 <help>
25 run command with Descriptor file and in csv format only .output file will be in CSV format.
26 </help>
27 </tool>