| 1 | = Data Management = |
| 2 | [[TOC()]] |
| 3 | |
| 4 | == Access == |
| 5 | |
| 6 | == Directory structure a.k.a. what is where == |
| 7 | |
| 8 | Droparcon data located on the Groningen cluster is stored in /target/gpfs2/gcc/groups/droparcon/. NOTE: When accessing the site via sftp this will be your root folder. Hence you will be chrooted to /target/gpfs2/gcc/groups/droparcon/, which will appear to be your /. We'll refer to /target/gpfs2/gcc/groups/droparcon/ as ${DROPARCON_HOME}. |
| 9 | |
| 10 | * ${DROPARCON_HOME}/home/(your_account)/ Home dirs of individual users. |
| 11 | * ${DROPARCON_HOME}/rawdata/ Raw data like for example FastQ files. |
| 12 | * ${DROPARCON_HOME}/projects/ Processed data like ongoing and finished assemblies |
| 13 | |
| 14 | == == |
| 15 | |