summaryrefslogtreecommitdiff
path: root/TD50/TD50_MOU_RAT_result_27_01_12_source_code.log
blob: 0149904bdc4897cf6f10cd9776b0126a72727bf1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
Install System with opentox/install branch pc_new_1

cd ~/opentox-ruby/www/opentox/
for d in `find -maxdepth 1 -type d`; do echo ; echo $d; cd $d; git fetch ; git status  ; cd -; done
for d in `find -maxdepth 1 -type d`; do echo ; echo $d; cd $d; git checkout pc_new_1 ; git status  ; cd -; done

Check commits:
for d in `find -maxdepth 1 -type d`; do echo ; echo $d; cd $d; git status ; cd - ; cd $d/.git/ ; cat ORIG_HEAD ; cd -  ; done

Select correct one with "git reset --hard HEAD(e.g. ("d09179be7f08c341b871b2b17e7c105bf1548f1d")"

Check R packages:
for d in `find -maxdepth 1 -type d`; do echo ; echo $d; cd $d; cat DESCRIPTION | grep Version  ; cd -; done

If "gem list" shows different versions for "rack", uninstall all but "1.3.5" with "gem uninstall rack" -> choose wrong version.

cd ~/opentox-ruby/www/opentox/opentox-ruby/
otconfig
rake install

otstart



-------------------------------------------------------------------------

ot6@toxcreate3:~/opentox-ruby/www/opentox$ for d in `find -maxdepth 1 -type d`; do echo ; echo $d; cd $d; git status ; cd - ; cd $d/.git/ ; cat ORIG_HEAD ; cd -  ; done

.
fatal: Not a git repository (or any of the parent directories): .git
/home/ot6/opentox-ruby/www/opentox
-bash: cd: ./.git/: No such file or directory
cat: ORIG_HEAD: No such file or directory
/home/ot6/opentox-ruby/www/opentox

./model
# On branch pc_new_1
nothing to commit (working directory clean)
/home/ot6/opentox-ruby/www/opentox
d09179be7f08c341b871b2b17e7c105bf1548f1d
/home/ot6/opentox-ruby/www/opentox

./opentox-ruby
# On branch pc_new_1
nothing to commit (working directory clean)
/home/ot6/opentox-ruby/www/opentox
c4d79f636827def2b6ac288275570ecfc7187bf1
/home/ot6/opentox-ruby/www/opentox

./task
# On branch development
nothing to commit (working directory clean)
/home/ot6/opentox-ruby/www/opentox
4059b9ca4f768db6a1dece477b7d49be2e68d1dc
/home/ot6/opentox-ruby/www/opentox

./algorithm
# On branch pc_new_1
# Changed but not updated:
#   (use "git add <file>..." to update what will be committed)
#   (use "git checkout -- <file>..." to discard changes in working directory)
#   (commit or discard the untracked or modified content in submodules)
#
#    modified:   libfminer (new commits, modified content, untracked content)
#
# Untracked files:
#   (use "git add <file>..." to include in what will be committed)
#
#    fminer_debug.txt
no changes added to commit (use "git add" and/or "git commit -a")
/home/ot6/opentox-ruby/www/opentox
49eb76b0f2c2037e4a1e664752271b7e4a955f72
/home/ot6/opentox-ruby/www/opentox

./validation
# On branch development
nothing to commit (working directory clean)
/home/ot6/opentox-ruby/www/opentox
63320057e2a2b2121c5c405c31e2e7b709fa9e44 / 8a199a09a6d9ac8b0349af0d7c5b5320bdcec9b5
/home/ot6/opentox-ruby/www/opentox

./compound
# On branch development
nothing to commit (working directory clean)
/home/ot6/opentox-ruby/www/opentox
334568e596442d13e884dcabda3b1769bdfd898c
/home/ot6/opentox-ruby/www/opentox

./dataset
# On branch development
nothing to commit (working directory clean)
/home/ot6/opentox-ruby/www/opentox
e145f4add589228ee9b2aa5500396035668b5085
/home/ot6/opentox-ruby/www/opentox

./toxcreate
# On branch development
nothing to commit (working directory clean)
/home/ot6/opentox-ruby/www/opentox
2860c89ea31dc81e2493acbbc735361f9fd00c2d
/home/ot6/opentox-ruby/www/opentox




-------------------------------------------------------------------------

ot6@toxcreate3:~/opentox-ruby/r-packages$ for d in `find -maxdepth 1 -type d`; do echo ; echo $d; cd $d; cat DESCRIPTION | grep Version  ; cd -; done

.
cat: DESCRIPTION: No such file or directory
/home/ot6/opentox-ruby/r-packages

./iterators
Version: 1.0.5
/home/ot6/opentox-ruby/r-packages

./sampling
Version: 2.5
/home/ot6/opentox-ruby/r-packages

./lpSolve
Version: 5.6.6
/home/ot6/opentox-ruby/r-packages

./foreach
Version: 1.3.5
/home/ot6/opentox-ruby/r-packages

./reshape
Version: 0.8.4
/home/ot6/opentox-ruby/r-packages

./multicore
Version: 0.1-7
/home/ot6/opentox-ruby/r-packages

./vegan
Version: 2.0-3
/home/ot6/opentox-ruby/r-packages

./e1071
Version: 1.6
/home/ot6/opentox-ruby/r-packages

./caret
Version: 5.15-023
/home/ot6/opentox-ruby/r-packages

./doMC
Version: 1.2.4
/home/ot6/opentox-ruby/r-packages

./plyr
Version: 1.7.1
/home/ot6/opentox-ruby/r-packages

./gam
Version: 1.06.2
/home/ot6/opentox-ruby/r-packages

./permute
Version: 0.6-3
/home/ot6/opentox-ruby/r-packages

./kernlab
Version: 0.9-14
/home/ot6/opentox-ruby/r-packages