comparison select_mol.xml @ 1:b27fcd214692 draft default tip

Uploaded
author deepakjadmin
date Tue, 20 Sep 2016 12:35:33 -0400
parents af08995fd952
children
comparison
equal deleted inserted replaced
0:af08995fd952 1:b27fcd214692
1 <?xml version="1.0"?> 1 <?xml version="1.0"?>
2 <tool id="aaacaret003" name="Extract Compound IDs From Prediction Result based on scores " version="1.0.1"> 2 <tool id="aaacaret003" 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> 3 <description>This tool extracts compounds from prediction result based on given score</description>
4 <requirements> 4 <requirements>
5 <requirement type="set_environment">MAYA_TOOL1_PATH</requirement> 5 <requirement type="set_environment">MAYA_TOOL1_PATH</requirement>
6 6 <requirement type="set_environment">R_ROOT_DIR</requirement>
7 <requirement type="package" version="3.2.0">R</requirement>
7 8
8 </requirements> 9 </requirements>
9 10
10 11
11 <command interpreter="Rscript">condition.R $predictionfile $LT $GT $type $SelectedCompound </command> 12 <command interpreter="Rscript">condition.R $predictionfile $LT $GT $type $SelectedCompound </command>