Skip to content

Commit 53656a3

Browse files
authored
Update __main__.py
Update the version of MetaCyc
1 parent 208dc43 commit 53656a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aucome/__main__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ def create_run(run_id):
148148
def create_config_file(config_file_path, run_id):
149149
config = configparser.RawConfigParser()
150150
config.add_section('DATABASE_PATHS')
151-
config.set('DATABASE_PATHS', 'database_ref_path', '/home/database/BIOCYC/METACYC/23.5/metacyc_23.5.padmet')
151+
config.set('DATABASE_PATHS', 'database_ref_path', '/home/database/BIOCYC/METACYC/26/metacyc_26.0.padmet')
152152
config.add_section('PATHS_IN_RUN')
153153
config.set('PATHS_IN_RUN', 'run_id', run_id)
154154
config.set('PATHS_IN_RUN', 'studied_organisms_path', '/studied_organisms')

0 commit comments

Comments
 (0)