RULES
SSH connection
You must connect on our server by ssh, through a terminal :
ssh -Y <login>@bioinfo.sb-roscoff.fr
NB : the server "bioinfo.sb-roscoff.fr" is also named "nz".
/projet
Then you have to go in your /projet space through the cdprojet command.
cdprojet
Each /projet space must respect the following structure :
projet_utilisateur/
├── projet1
│ ├── input
│ ├── finalresult
│ ├── script
│ ├── archive
│
└── projet2
├── input
├── finalresult
├── script
├── archive
The backup system works with inclusion. For the /projet spaces that are on the nz server, only the following directories are backuped!
- finalresult/
- script/
- archive(s)/
For the recent nz11 server, no backup has been yet implemented!
/scratch
The repository /scratch can be used to host analyses which can generate a lot of and/or heavy temporary files. The size of this repository is 35 To, shared by all the users.
cdscratch
Just do cdscratch command to get there.
Data older than 90 days are automatically deleted.