From b7e63b65af87bd8e16293997a4a316c5a9365ae4 Mon Sep 17 00:00:00 2001 From: Robert Olson Date: Tue, 21 Jan 2020 14:00:00 -0600 Subject: [PATCH] Add p3_cli --- Contents | 4 ++++ Manifest | 1 + distro.cfg | 5 ++++- 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/Contents b/Contents index 7c90450..9639bf7 100644 --- a/Contents +++ b/Contents @@ -12,6 +12,10 @@ p3_auth authentication +p3_cli +PATRIC command line interface scripts + + p3_code SEEDtk Fragment Shared with PATRIC diff --git a/Manifest b/Manifest index 7c71638..68e6d1c 100644 --- a/Manifest +++ b/Manifest @@ -2,6 +2,7 @@ Workspace df04f91ab52281da4dec491c847db0dfc2e14415 olsonanl/Workspace app_service 7303cd28f8f2aadda79ef1722e705def240de289 olsonanl/app_service genome_annotation d4509a6d6f9e9f13f908a28f2702c1e0e102c480 olsonanl/genome_annotation p3_auth 0ff8139408bf764676aebc8075a289f5a2e4f92c olsonanl/p3_auth +p3_cli 4bac45e6d84c5227693f671a473badc4a1db7d6c PATRIC3/p3_cli p3_code 7594936fe218bf11902757e4d7e14fbab89d8c02 olsonanl/p3_code p3_core 807536d6b1a56f6fe9ae743aed385b5fe31418fe PATRIC3/p3_core p3_deployment 1e48f035e99543198897bd52d7664990f2a27b5a olsonanl/p3_deployment diff --git a/distro.cfg b/distro.cfg index afaa80d..385338c 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_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 deploy-service = ;deploy-master = auth @@ -41,6 +41,9 @@ source-repo = olsonanl/p3_auth [p3_code] source-repo = olsonanl/p3_code +[p3_cli] +source-repo = PATRIC3/p3_cli + [p3_core] source-repo = PATRIC3/p3_core