Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DO NOT MERGE: Just compare (16GB) #23

Open
wants to merge 36 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
1af4356
Update upheno-config.yaml
matentzn Jan 6, 2020
79c2da0
Merge branch 'master' into dev16GB
matentzn Jan 8, 2020
f736f5d
Merge branch 'master' into dev16GB
matentzn Jan 8, 2020
45da7ac
Merge branch 'master' into dev16GB
matentzn Jan 9, 2020
221fef3
Merge branch 'master' into dev16GB
matentzn Jan 9, 2020
813fd7f
Merge branch 'master' into dev16GB
matentzn Jan 9, 2020
38ddffd
Update upheno-config.yaml
matentzn Jan 9, 2020
f954a9d
Merge branch 'master' into dev16GB
matentzn Jan 10, 2020
6a936f4
Merge branch 'master' into dev16GB
matentzn Jan 10, 2020
febced0
Update upheno-config.yaml
matentzn Jan 10, 2020
7f07baf
Update upheno_id_map.txt
matentzn Jan 10, 2020
e633f56
Merge branch 'master' into dev16GB
matentzn Jan 20, 2020
afe0401
Update upheno-config.yaml
matentzn Jan 20, 2020
c4a051a
Merge branch 'master' into dev16GB
matentzn Jan 20, 2020
2519e36
Generated metadata for stats analysis
matentzn Jan 21, 2020
3de3a09
Merge branch 'master' into dev16GB
matentzn Jan 21, 2020
dfe3d7d
Merge branch 'master' into dev16GB
matentzn Jan 21, 2020
4f8a7b5
Merge branch 'master' into dev16GB
matentzn Jan 27, 2020
db69c6c
Merge branch 'master' into dev16GB
matentzn Jan 28, 2020
393f41b
Update upheno-config.yaml
matentzn Jan 28, 2020
e88fbd6
Merge branch 'master' into dev16GB
matentzn Jan 29, 2020
4976556
Update upheno_pipeline_jenkins.sh
matentzn Jan 29, 2020
9c7f451
commented out pipeline
matentzn Jan 30, 2020
ce4b299
Merge branch 'master' into dev16GB
matentzn Jan 30, 2020
4e2de7d
Merge branch 'master' into dev16GB
matentzn Feb 17, 2020
9841ab4
Merge branch 'master' into dev16GB
matentzn Feb 17, 2020
d8b41fb
Update upheno_pipeline_jenkins.sh
matentzn Feb 17, 2020
cc55efa
Update upheno_id_map.txt
matentzn Feb 17, 2020
e5a0c8f
Merge branch 'master' into dev16GB
matentzn Mar 18, 2020
544633d
Merge branch 'master' into dev16GB
matentzn Aug 19, 2020
42ead96
Merge branch 'master' into dev16GB
matentzn Aug 19, 2020
d33d239
Merge branch 'master' into dev16GB
matentzn Aug 19, 2020
a40dc91
Merge branch 'master' into dev16GB
matentzn Aug 19, 2020
e5b037e
Update upheno-config.yaml
matentzn Aug 20, 2020
531bf8c
Merge branch 'master' into dev16GB
matentzn Aug 20, 2020
ea60c12
Merge branch 'master' into dev16GB
matentzn Aug 20, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 3 additions & 28 deletions src/curation/upheno-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ robot_java_args: -Xmx10G
java_opts: -Xmx10G
timeout_external_processes: 120m
working_directory: /work/src
overwrite_matches: False
overwrite_matches: True
skip_pattern_download: True
max_upheno_id: 9999999
min_upheno_id: 500
overwrite_ontologies: True
overwrite_ontologies: False
overwrite_upheno_intermediate: True
match_owl_thing: False
allow_non_upheno_eq: False
Expand Down Expand Up @@ -177,7 +177,6 @@ sources:
class_hierarchy: asserted
dependencies:
- nbo
- pr
- chebi
- cl
- mpath
Expand All @@ -190,7 +189,6 @@ sources:
modifier: PATO:0000460
dependencies:
- nbo
- pr
- chebi
- hsapdv
- cl
Expand Down Expand Up @@ -341,40 +339,17 @@ common_dependencies:
- pato
- ro
- iao
- ncbitaxon
- envo
species_modules:
- mp
- hp
- wbphenotype
- xpo
- dpo
- planp
- zp
- ddpheno
- fypo
- phipo
- mgpo
- apo
- wbphenotype
upheno_profiles:
- id: mp-hp
species_modules:
- mp
- hp
- id: all
species_modules:
- mp
- hp
- wbphenotype
- xpo
- dpo
- planp
- zp
- ddpheno
- fypo
- phipo
- mgpo
- apo
pattern_repos:
- obophenotype/upheno/contents/src/patterns/dosdp-dev
- obophenotype/upheno/contents/src/patterns/dosdp-patterns
Expand Down