0
|
1 <?xml version="1.0"?>
|
|
2 <tool id="aaacaret004" name="Extract Compound IDs From Prediction Result based on scores " version="1.0.1">
|
|
3 <description>This tool extracts compounds from prediction result based on given score</description>
|
|
4 <command interpreter="Rscript">mayachemtool/condition.R $predictionfile $LT $GT $type $SelectedCompound </command>
|
|
5
|
|
6 <inputs>
|
|
7 <param name="predictionfile" type="data" format="txt,csv,tabular" label="Predition Result File" help ="upload gcac prediction result file " />
|
|
8 <param name="type" type="select" label="Active/Positive or Inactive/Negative" help ="select type of molecule">
|
|
9 <option value="Active" selected="True">Active/Positive</option>
|
|
10 <option value="Inactive">Inactive/Negative</option>
|
|
11 </param>
|
|
12 <param name="GT" type="float" value="0.5" label="Score greater than and equal to" help ="define value above which compound selected default is 0.5" />
|
|
13 <param name="LT" type="float" value="1.0" label="Score less than and equal to" help ="define value below which compound selected default is 1" />
|
|
14 </inputs>
|
|
15 <outputs>
|
|
16 <data name="SelectedCompound" type="data" format="txt" label="Refind-${predictionfile.name}" />
|
|
17 </outputs>
|
|
18 <help>
|
|
19 </help>
|
|
20 </tool>
|