From ea09f1a2f697252d338408e9de41a09961b5ef53 Mon Sep 17 00:00:00 2001 From: Robert Olson Date: Tue, 2 Jun 2020 09:27:50 -0500 Subject: [PATCH] Update for new release. --- Contents | 3 +++ Manifest | 13 +++++++------ distro.cfg | 5 ++++- 3 files changed, 14 insertions(+), 7 deletions(-) diff --git a/Contents b/Contents index 9639bf7..9b5fe68 100644 --- a/Contents +++ b/Contents @@ -28,6 +28,9 @@ p3_deployment Deployment tools for PATRIC. +sars2_assembly + + seed_core Core code exported from SEED CVS. diff --git a/Manifest b/Manifest index f1a84c3..bf7d13c 100644 --- a/Manifest +++ b/Manifest @@ -1,14 +1,15 @@ Workspace df04f91ab52281da4dec491c847db0dfc2e14415 olsonanl/Workspace -app_service 8105a66239171d2f86f308a61c1dfabe6dba6426 olsonanl/app_service -genome_annotation d4509a6d6f9e9f13f908a28f2702c1e0e102c480 olsonanl/genome_annotation +app_service 686fa384534d6a0bc00a263682aa131449d0f5c9 olsonanl/app_service +genome_annotation 8e605810ce38e70d3758d51a9485fc7cf71afe4b olsonanl/genome_annotation p3_auth 0ff8139408bf764676aebc8075a289f5a2e4f92c olsonanl/p3_auth -p3_cli 4bac45e6d84c5227693f671a473badc4a1db7d6c PATRIC3/p3_cli +p3_cli 8fa2a72bf23945cca168becb5c81cd62d6d79119 PATRIC3/p3_cli p3_code 7594936fe218bf11902757e4d7e14fbab89d8c02 olsonanl/p3_code -p3_core 807536d6b1a56f6fe9ae743aed385b5fe31418fe PATRIC3/p3_core +p3_core 70b82d09df1ca429666a1c1bd478974add43f95c PATRIC3/p3_core p3_deployment 1e48f035e99543198897bd52d7664990f2a27b5a olsonanl/p3_deployment +sars2_assembly 839e17cd0a0bd68857676d0711756bffa63d7a25 PATRIC3/sars2_assembly seed_core db240db278c8b6eb26bd81cbc3800f43c5c7a901 theseed/seed_core -seed_gjo f368966662bd95668e1843d53f4e8413a82451a9 theseed/seed_gjo -seed_rast 66959f8611494fd75593911fb5d9579b8bfbce14 theseed/seed_rast +seed_gjo d9f81c925c8bc7decb892d8fedf8de6bf1c2f849 theseed/seed_gjo +seed_rast 8dbb392213856430559a33c78e42e154163789ed theseed/seed_rast seed_svr c3006abd9c38e166f5a75deca65ae648fecbb0e0 theseed/seed_svr typecomp cbd2afa26f06098169854ba31e5fcb0ae1e768c2 olsonanl/typecomp dev_container 0f94b9d3a05eb6fbd3d8b9cd8d648481c388b595 olsonanl/dev_container diff --git a/distro.cfg b/distro.cfg index 96cad07..8fd0efd 100644 --- a/distro.cfg +++ b/distro.cfg @@ -4,7 +4,7 @@ target = [% target %] deploy-runtime = [% runtime %] -deploy-client = genome_annotation, p3_deployment, typecomp, Workspace, app_service, p3_cli, p3_code, p3_core, seed_core, seed_gjo, seed_svr, seed_rast, p3_auth +deploy-client = genome_annotation, p3_deployment, typecomp, Workspace, app_service, p3_cli, p3_code, p3_core, seed_core, seed_gjo, seed_svr, seed_rast, p3_auth, sars2_assembly deploy-service = ;deploy-master = auth @@ -14,6 +14,9 @@ source-repo = olsonanl/dev_container [p3_deployment] source-repo = olsonanl/p3_deployment +[sars2_assembly] +source-repo = PATRIC3/sars2_assembly + [app_service] source-repo = olsonanl/app_service source-branch = dev-slurm