Skip to content

Files

Latest commit

8e28e34 · May 11, 2017

History

History
This branch is 1 commit ahead of, 4265 commits behind geneontology/go-site:master.

metadata

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Sep 2, 2016
Aug 31, 2016
Sep 14, 2016
Sep 2, 2016
May 14, 2015
Feb 4, 2015
Nov 1, 2016
Feb 4, 2015
Feb 4, 2015
Sep 14, 2016
Sep 14, 2016
Oct 31, 2016
May 11, 2017
Sep 22, 2015

Collections of metadata files of use by the GOC.

In general we follow the pattern:

  • metadata source in YAML
  • schema for each file also specified in YAML
  • metadata can be edited via github web interface, followed by Pull Request
  • Travis-CI checks file against schema - see the ../.travis.yml, if passes can be merged
  • Jenkins jobs publish metadata files on go-public S3 bucket (TODO: permanent URL)

users.yaml

Generating md5 hashes

When adding users to users.yaml, you need to generate an md5sum of their email address (as the lookup for our end of Persona). To generate this hash, you should use:

echo -n "foo.bar@bib.example" | md5sum

groups.yaml

At this point, mostly used to help tracking of contributions in the Noctua system.

db-xrefs.yaml

datasets

See the datasets/ directory for more details