From c3fb3d4f6f2950ac5b48dc1a87542205c13f2f00 Mon Sep 17 00:00:00 2001 From: "Adam R. Rivers" Date: Tue, 12 Dec 2017 14:46:11 -0500 Subject: [PATCH] added cashing to travis-ci, removed machine specific paths from default_config.yml --- .travis.yml | 1 + vica/vica_cli.py | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5c01e4c..93e3661 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,5 @@ language: python +cashe: pip python: - "3.5" - "3.6" diff --git a/vica/vica_cli.py b/vica/vica_cli.py index 5c9f10a..4eec4a3 100755 --- a/vica/vica_cli.py +++ b/vica/vica_cli.py @@ -124,7 +124,8 @@ def parser(): type=int) get_features.add_argument( '--minhashlocal', help="A flag to use a local version of a minhash \ - database rather than a remote server. Default is false.", + database rather than a remote server. Default is false. relevant minhash \ + paths in the config file sould be updated before using --minhashlocal.", action="store_true") get_features.add_argument( '--logfile',help="A file to record the analysis. If the same log file \