0
|
1 <tool id="acaretreg001" name="Concatenate descriptor and response file">
|
|
2 <description>
|
|
3 This Tool Concatenates Descriptor file and response value conatining file for regression analysis
|
|
4 </description>
|
|
5 <!--command interpreter="bash">step1.sh $file1 $output1 </command-->
|
|
6 <command interpreter="">/usr/bin/paste -d ',' $descriptors $response > $completefile </command>
|
|
7 <inputs>
|
|
8 <param format="csv" name="descriptors" type="data" label="Select descriptor file " help="CSV format" />
|
|
9 <param format="txt" name="response" type="data" label="Select response file " help="CSV format" />
|
|
10 </inputs>
|
|
11 <outputs>
|
|
12 <data format="csv" name="completefile" label="Descriptor file with response " />
|
|
13 </outputs>
|
|
14 <help>
|
|
15 .. class:: infomark
|
|
16
|
|
17 **Input descriptor "csv file" format must be as given below :**
|
|
18
|
|
19
|
|
20 Name,feature1,feaure2,feature3,..,featureN
|
|
21
|
|
22
|
|
23 cpd1,623,0.4,3.4,..,..
|
|
24
|
|
25 cpd2,234,0.9,5.6,..,..
|
|
26
|
|
27 cpd3,567,0.5,3.14,..,..
|
|
28
|
|
29 cpd4,231,0.1,1.2,..,..
|
|
30
|
|
31 here "cpd" stands for name or id of a compound. It is rowname with no column header.
|
|
32
|
|
33
|
|
34 **Input response csv file must be as given below :**
|
|
35
|
|
36 Response
|
|
37
|
|
38 0.21
|
|
39
|
|
40 0.36
|
|
41
|
|
42 0.98
|
|
43
|
|
44 1.39
|
|
45
|
|
46 </help>
|
|
47 </tool>
|