Skip to content

Commit

Permalink
Merge pull request #91 from VEuPathDB/diamond
Browse files Browse the repository at this point in the history
OrthoMCL ver 7 beta (diamond branch)
  • Loading branch information
jbrestel authored Nov 14, 2024
2 parents 1dcccac + b2889a2 commit 81be5a3
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 6 deletions.
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') }}"



2 changes: 1 addition & 1 deletion Site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"name": "ortho-site-deployer",
"private": true,
"dependencies": {
"@veupathdb/ortho-site": "^1.1.0"
"@veupathdb/ortho-site": ">=1.1.10-orthotree.1 <1.1.10"
}
}
16 changes: 12 additions & 4 deletions Site/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,15 @@
# yarn lockfile v1


"@veupathdb/ortho-site@^1.1.0":
version "1.1.35"
resolved "https://registry.yarnpkg.com/@veupathdb/ortho-site/-/ortho-site-1.1.35.tgz#a10b7b73ba7bebd55e039f5ba5755a33c07925ea"
integrity sha512-tVqhKbtaKqYef5cEXMBjgHZy6GTQufU+zdeobsRZZ6cLltOh/zk1xCx+9dsofhvwmcc6F1kG/OSJjPEQQfKPgg==

"@veupathdb/ortho-site@>=1.1.10-orthotree.1 <1.1.10":
version "1.1.10-orthotree.16"
resolved "https://registry.yarnpkg.com/@veupathdb/ortho-site/-/ortho-site-1.1.10-orthotree.16.tgz#e120daa4026e655ab267998d02fb5b3d83a149a8"
integrity sha512-ZR6KT93PL2gsHF8DbXfCJbV+VYTUBCeq5we/vkR6EUd9EBAind5Imup21YmjBdaQPDlVTkIfVcUuKUNKTXClBA==
dependencies:
patristic "^0.6.0"

patristic@^0.6.0:
version "0.6.0"
resolved "https://registry.yarnpkg.com/patristic/-/patristic-0.6.0.tgz#7cb52065621d4c63a372056debf294d5244be5e2"
integrity sha512-t1r7vXgfq+aF6/REmsln0B34OuPXAflOwiRlW0zmvaPgWKNt0MhOXpYf0n+AdBcgQFvGH6f8pDDtxSiiGwr9xQ==
4 changes: 3 additions & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@
<!-- oooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo -->

<target name="OrthoMCLWebsite-WebInstallation" depends="OrthoMCLWebsite-Installation,
OrthoMCLService-WebInstallation">
OrthoMCLService-WebInstallation,
OrthoMCLWebsite/Site-WebInstallation"/>
<target name="OrthoMCLWebsite/Site-WebInstallation">
<ant target="defaultWebComponentInstall">
<property name="project" value="OrthoMCLWebsite" />
<property name="component" value="Site" />
Expand Down

0 comments on commit 81be5a3

Please sign in to comment.