-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Optimize imports and reformat everything with IntelliJ defaults. (#458)
* Optimize imports and reformat everything with IntelliJ defaults. * Fix test to use correct root type for complexes. * Fix lookup test for new protein complex classification.
- Loading branch information
Showing
167 changed files
with
26,409 additions
and
27,400 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,11 @@ | ||
# Configurable Minerva options | ||
|
||
This document covers some of the configurable aspects of Minerva. | ||
|
||
## Model ID prefix | ||
The model ID prefix is used when constructing IRIs to name new models and individuals (which are based on their containing model ID). The default is `http://model.geneontology.org/`, however this can be changed via a command-line argument for most CLI commands and the server startup. E.g. `--model-id-prefix 'http://model.myproject.org/'`. | ||
|
||
The model ID prefix is used when constructing IRIs to name new models and individuals (which are based on their | ||
containing model ID). The default is `http://model.geneontology.org/`, however this can be changed via a command-line | ||
argument for most CLI commands and the server startup. E.g. `--model-id-prefix 'http://model.myproject.org/'`. | ||
|
||
*TODO: check consistency of argument names across CLI commands.* |
Oops, something went wrong.