Skip to content

Commit bbde415

Browse files
committed
Address missing information in deploy.cfg and missing dependency.
1 parent 4208bf8 commit bbde415

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

DEPENDENCIES

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
idserver
22
kb_seed
33
strep_repeats
4+
kmer_annotation_figfam

deploy.cfg

+20
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,23 @@
1717

1818
[genome_annotation]
1919

20+
;
21+
; service-url is the URL that will be compiled into the client
22+
; code in this deployment. It defaults to https://kbase.us/services/SERVICE_NAME
23+
; If you are deploying a test system for your own use you will need to override the value.
24+
;
25+
;service-url = http://140.221.85.61:7050
26+
27+
;
28+
; The location of the kmer-v2 data directory. The current release of this data
29+
; is at ftp://ftp.theseed.org/KmerClassification/Data.6.tar.gz
30+
; Tooling for automated download for this data is still in the works.
31+
;
32+
kmer_v2_data_directory = /data/Data.6
33+
34+
;
35+
; The location of the classification data directory. Support for this is still
36+
; incomplete.
37+
;
38+
kmer_classifier_data_directory = /data/kmer
39+

0 commit comments

Comments
 (0)