Integrate longitudinal high-dimensional data in a data warehouse using the git commit graph to store temporal information and git annex to store large data in a content-addressable fashion.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
495B

  1. ## Git ommix config file
  2. #
  3. # Global defaults sets in /etc/gitommix.conf are loaded first
  4. # Settings can be overriden per user in $XDG_CONFIG_HOME/gitommix.conf
  5. # Base folder for git ommix
  6. # By default it is set locally to the user.
  7. # A global folder can be used. Beware of permissions. It is advised to create a git-ommix group.
  8. GIT_OMMIX_REPO_DIR="$HOME/GitOmmix"
  9. GIT_OMMIX_LARGE_FILES='largerthan=100Mb and (include=data/* or include=results/*)'
  10. GIT_OMMIX_DEFAULT_AUTHOR="gitommix <gitommix>"