Skip to content
Snippets Groups Projects
Commit f0d7753e authored by Patrick Meidl's avatar Patrick Meidl
Browse files

change to reflect Cache implementation changes

parent 0f5f78d2
No related branches found
No related tags found
No related merge requests found
......@@ -212,7 +212,7 @@ sub bsubmit {
my $type = "$dbtype.$slice_name";
unless ($cache->all_cache_files_exist($type)) {
unless ($cache->cache_file_exists($type)) {
my $options = $conf->create_commandline_options(
logauto => 1,
logautobase => "dump_by_seq_region_${type}",
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment