Skip to content

Commit 3933a5f

Browse files
committed
Added commentary, updated URL for data download.
1 parent 62d5fc1 commit 3933a5f

File tree

1 file changed

+25
-2
lines changed

1 file changed

+25
-2
lines changed

deploy.cfg

+25-2
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,33 @@
2626

2727
;
2828
; 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
29+
; is at ftp://ftp.theseed.org/KmerClassification/Data.may1.tgz
3030
; Tooling for automated download for this data is still in the works.
3131
;
32-
kmer_v2_data_directory = /data/Data.6
32+
kmer_v2_data_directory = /data/Data.may1
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+
40+
41+
[GenomeAnnotation]
42+
43+
;
44+
; service-url is the URL that will be compiled into the client
45+
; code in this deployment. It defaults to https://kbase.us/services/SERVICE_NAME
46+
; If you are deploying a test system for your own use you will need to override the value.
47+
;
48+
;service-url = http://140.221.85.61:7050
49+
50+
;
51+
; The location of the kmer-v2 data directory. The current release of this data
52+
; is at ftp://ftp.theseed.org/KmerClassification/Data.may1.tgz
53+
; Tooling for automated download for this data is still in the works.
54+
;
55+
kmer_v2_data_directory = /data/Data.may1
3356

3457
;
3558
; The location of the classification data directory. Support for this is still

0 commit comments

Comments
 (0)