-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathContents
More file actions
97 lines (57 loc) · 2.2 KB
/
Contents
File metadata and controls
97 lines (57 loc) · 2.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
KBaseFBAModeling
Flux balance modeling service. Deploys both the client and service
codes.
assembly
An extensible framework for genome assembly.
auth
authentication services for kbase
genome_annotation
The genome annotation service provides automated gene annotation
based on the RAST system. This deploys both client and service
components.
handle_service
An application programming interface for managing files. This service
provides an AbstractHandle that can be used to reference data in
different stores. This deploys both the client and service.
idserver
The KBase ID service provides access to the mappings between KBase
identifiers and external identifiers (the original identifiers for
data that was migrated from other databases into KBase). This deploys
both the client and service.
invocation
The invocation service provides remote invocation of commands. A
java script browser client for interactive remote invocation (IRIS)
is included. This deploys the client, service and javascript web
application.
jars
This contains common Java jar files needed across KBase
kb_seed
The kb_seed module contains an import of a large body of code from
the SEED project. These imports are performed on a periodic basis
as new features developed on the SEED side are required in the KBase
codebase. This deploys both client and service libraries.
kbapi_common
kmer_annotation_figfam
simple_fba
Simple wrappers around fba tools.
strep_repeats
Detects Streptococcus repeats in genome sequences.
typecomp
The KBase Type Compiler consumes a type-document and produces a
server and implementation libraries in one languages and client
libraries in multiple supported languages.
user_and_job_state
workspace_deluxe
The Workspace Service (WSS) is primarily a language independent
remote storage and retrieval system for KBase typed objects (TO)
defined with the KBase Interface Description Language (KIDL).
dev_container
build and deployment environment
kb_model_seed
This repository contains wrapper code to integrate the ModelSEED
Perl libraries into KBase.
shock_service
Enables deployment of shock server and clients within the kbase
release environment
handle_mngr
Provides user access capabilities to handles.