view PaDEL/tool2/addact.xml.copy @ 0:68300206e90d draft default tip

Uploaded
author deepakjadmin
date Thu, 05 Nov 2015 02:41:30 -0500
parents
children
line wrap: on
line source

<tool id="AddAct8@31" name="Merge files">
<description>"Merge data files of Active and Inactive compounds "</description>
<command interpreter="perl">addact.pl $Input1 $Activity1 $Input2 $Activity2 $output</command>
<inputs>
<param format="txt" name="Input1" type="data" label="Descriptor File"/>
  <param name="Activity1" type="select"  label="Choose Appropriate Lable">
	<option value = "Active" >Active</option>
	<option value = "Inactive" >Inactive</option>
  </param>
<param format="txt" name="Input2" type="data" label="Descriptor File"/>

 <param name="Activity2" type="select"  label="Choose appropriate Label">
        <option value = "Inactive">Inactive</option>
        <option value = "1" >Active</option>
 </param>
                  <!--
<param name="3d" type="checkbox" label="Include 3D descriptors" description="add 3D descriptor" value="1" default="0" />
<param name="fingerprint" type="checkbox" label="Include PubChem fingerprints" description="calculate 881 fingerprints" value="1" default="0" />
-->
</inputs>
<outputs>
<data format="txt" name="output" label="Merged Mega File"/> 
</outputs>
<help>
run command with Descriptor file and in csv format only .output file will be in CSV format.
</help>
</tool>