Giter Site home page Giter Site logo

ensembl-glossary's Introduction

Build Status

ensembl-glossary

Ensembl glossary as an OWL ontology.

How To Edit

Clone for the first time

git clone https://github.com/Ensembl/ensembl-glossary.git

The command will create ensembl-glossary in your working directory. You may need to switch to using the SSH version of the repository URL [email protected]:Ensembl/ensembl-glossary.git.

Editing The File

First always pull in the latest changes from the repository origin. If you do this before each edit you'll avoid edit conflicts later on.

git pull

Now open the file ensembl-glossary/src/templates/ontology.tsv in Excel (or another spreadsheet engine), import as tab delimited data, edit and save.

Once saved check what Git thinks you'll be committing back on the command line by using the git diff command. You can also use git status to get a summary of the changes.

$ git status
On branch master
Your branch is up to date with 'origin/master'.

Changes not staged for commit:
  (use "git add <file>..." to update what will be committed)
  (use "git checkout -- <file>..." to discard changes in working directory)

	modified:   src/templates/ontology.tsv

no changes added to commit (use "git add" and/or "git commit -a")

$ git diff src/templates/ontology.tsv
diff --git a/src/templates/ontology.tsv b/src/templates/ontology.tsv
index 6fb6ef5..a72a359 100644
--- a/src/templates/ontology.tsv
+++ b/src/templates/ontology.tsv
..... AFTER THIS YOU WILL SEE THE ACTUAL CHANGES ......

Committing your changes and pushing these changes back

git add src/templates/ontology.tsv
git commit -m 'Enter your change message here'
git push origin

This will add the changes to ontology.tsv into your local Git repository and push those changes back to the GitHub hosted version.

Building the ontology file (optional step)

This step need only be run if you are building the ontology file locally and committing this into the repo. This should normally be handled by Travis-CI.

cd src/ontology
make
make prepare_release

You will need Java8+ to run this builder.

Other Repository Information

Template

The ontology file is built from a spreadsheet template in src/template/ontology.tsv

Editors' version

Editors of this ontology should use the edit version, src/ontology/ensembl-glossary-edit.owl

Contact

Please use this GitHub repository's Issue tracker to request new terms/classes or report errors or specific concerns related to the ontology.

Acknowledgements

This ontology repository was created using the ontology starter kit

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.