-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #91 from VEuPathDB/diamond
OrthoMCL ver 7 beta (diamond branch)
- Loading branch information
Showing
4 changed files
with
42 additions
and
6 deletions.
There are no files selected for viewing
26 changes: 26 additions & 0 deletions
26
Model/lib/conifer/roles/conifer/vars/OrthoMCL/production/default.yml
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 |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# $SourceFileURL$ | ||
--- | ||
modelconfig_adminEmail: | ||
- "{{ 'aurreco$uga.edu'|replace('$', '@') }}" | ||
- "{{ 'dfalke$uga.edu'|replace('$', '@') }}" | ||
- "{{ 'sfischer$pcbi.upenn.edu'|replace('$', '@') }}" | ||
- "{{ 'dmgaldi$upenn.edu'|replace('$', '@') }}" | ||
|
||
|
||
modelprop: | ||
COMMUNITY_SITE: "//{{ community_env_map[prefix]|default(community_env_map['default']) }}" | ||
|
||
|
||
# the below extends the w_ q_ prefix pattern used for workspace_env_map, which | ||
# # really feels like a bad idea. please don't let this cancer spread. Find a | ||
# # generalized way to do this in the future... | ||
community_env_map: | ||
w_prefix: static-content.veupathdb.org/ | ||
b_prefix: qa.static-content.veupathdb.org/ | ||
default: qa.static-content.veupathdb.org/ | ||
|
||
# construct a prefix from hostname, like w_prefix, q_prefix | ||
prefix: "{{ hostname | regex_replace('^([a-z])[0-9].*','\\1_prefix') }}" | ||
|
||
|
||
|
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