| | 1 | == GCC-level Directory Structure for resource files and tools == |
| | 2 | |
| | 3 | The root for all subsequent directories is target/gpfs2/gcc/ |
| | 4 | |
| | 5 | /tools |
| | 6 | Contains all GCC tools including GoNL tools |
| | 7 | All tools should be put in a folder using the naming convention: toolname-version |
| | 8 | Ex: Picard v1.32 should be found in /data/gcc/tools/picard-tools-1.32/ |
| | 9 | /resources |
| | 10 | Contains all GCC resources inlcluding GoNL resources |
| | 11 | All resources should be put in a folder precising their version. Normally, should follow resource-version. |
| | 12 | Ex: Human Genome build 19 should be found in /data/gcc/resources/hg-19/ |