Skip to content

Commit

Permalink
Some more example configs
Browse files Browse the repository at this point in the history
  • Loading branch information
matentzn committed Jan 19, 2021
1 parent 69a37fb commit d6d6248
Show file tree
Hide file tree
Showing 2 changed files with 109 additions and 0 deletions.
19 changes: 19 additions & 0 deletions configs/atism-odk.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
id: atism
title: "Special AISM Based Ontology"
github_org: obophenotype
repo: atism
report_fail_on: error
export_formats:
- owl
- obo
- json
release_artefacts:
- base
- simple
- full
primary_release: full
import_group:
products:
- id: aism
mirror_from: "https://raw.githubusercontent.com/insect-morphology/aism/master/aism.owl"
robot_java_args: '-Xmx8G'
90 changes: 90 additions & 0 deletions configs/rbo-odk.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,90 @@
allow_equivalents: all
catalog_file: catalog-v001.xml
components: null
contact: null
contributors: null
creators: null
description: None
dosdp_tools_options: --obo-prefixes=true
edit_format: owl
exclude_tautologies: structural
export_formats:
- owl
- obo
git_user: ''
github_org: DanBerrios
gzip_main: false
id: rbo
import_group:
directory: imports/
disabled: false
ids: null
products:
- description: null
id: ro
mirror_from: null
rebuild_if_source_changes: true
robot_settings: null
- description: null
id: bfo
mirror_from: null
rebuild_if_source_changes: true
robot_settings: null
- description: null
id: pato
mirror_from: null
rebuild_if_source_changes: true
robot_settings: null
- description: null
id: chmo
mirror_from: null
rebuild_if_source_changes: true
robot_settings: null
- description: null
id: envo
mirror_from: null
rebuild_if_source_changes: true
robot_settings: null
- description: null
id: obi
mirror_from: null
rebuild_if_source_changes: true
robot_settings: null
- description: null
id: uo
mirror_from: null
rebuild_if_source_changes: true
robot_settings: null
rebuild_if_source_changes: true
import_pattern_ontology: false
license: https://creativecommons.org/licenses/unspecified
namespaces: null
obo_format_options: ''
pattern_group: null
pattern_pipelines_group: null
primary_release: full
public_release: none
public_release_assets: null
reasoner: ELK
release_artefacts:
- full
- base
release_date: false
repo: RBO
robot_java_args: ''
robot_report:
custom_profile: false
fail_on: null
report_on:
- edit
- .owl
use_labels: true
robot_settings: null
robot_version: null
robotemplate_group: null
subset_group: null
title: Radiation Biology Ontology
travis_emails: null
uribase: http://purl.obolibrary.org/obo
use_dosdps: false
use_external_date: false

0 comments on commit d6d6248

Please sign in to comment.