Quickstart instructions

This is a brief set of instructions to get you going with working on the GENE-X code.

  1. Make sure you have access to the repository

  2. Read the README to get an idea about the code

  3. Log into the machine of your choice. If you don’t have internet access there follow instructions given here

  4. Make sure a Git module is loaded. This mean the command git will print the usage. Further, make sure Git LFS is installed and can be found. This means git lfs is recognized correctly. Potentially it needs to be loaded with a separate module, in which case the name might be git-lfs (note the dash in the module but not in the command!)

  5. Build the code using confix

  6. Verify your installation using the test suite

  7. Continue with first steps