-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathwexac_basics
More file actions
executable file
·44 lines (31 loc) · 1.33 KB
/
wexac_basics
File metadata and controls
executable file
·44 lines (31 loc) · 1.33 KB
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
For any of these items to work, a user must be connected to the Weizmann network by VPN or ethernet.
Weizmann application server (web browser);
https://appsrv.wexac.weizmann.ac.il/
To mount network drive;
//data.wexac.weizmann.ac.il/schwartzlab
When prompted for user/pw;
wismain\USER
To shh from terminal;
ssh USER@SERVER.wexac.weizmann.ac.il
To use pip;
pip3 install package name --user
Machines available to us and size;
Group's personal;
epitrans.wexac.weizmann.ac.il // 16 cores // 251G
RStudio server:
rstudio.wexac.weizmann.ac.il // 80 cores // 755G
rstudio2.wexac.weizmann.ac.il // 64 cores // 125G #This machine seems largely inactive/unused
Departmental (rarely utilized);
molgen.wexac.weizmann.ac.il // 40 cores // 251G
molgen1.wexac.weizmann.ac.il // 40 cores // 376G
molgen2.wexac.weizmann.ac.il // 40 cores // 376G
molgen3.wexac.weizmann.ac.il // 40 cores // 376G
Institute (for file transfer);
acesss.wexac.weizmann.ac.il // 56 cores // 188G
acesss1.wexac.weizmann.ac.il // 52 cores // 754G
acesss2.wexac.weizmann.ac.il // 52 cores // 754G
acesss3.wexac.weizmann.ac.il // 80 cores // 755G
acesss3.wexac.weizmann.ac.il // 80 cores // 187G
For docker (requires user to be added);
cn151.wexac.weizmann.ac.il // 40 cores // 125G
Here is a ./bash_profile that may be useful (will upload later)...