#
# CHEBI OBO file (preset)
#
-# Reactome file (preset, provided by Guanming Wu)
+# Reactome file (preset, template provided by Guanming Wu)
# (Header) [ReactomeID] [Compound_Name] [CAS] [LIGAND] [Cyc]
# (Row) 923893 S-adenosyl-L-methionine 29908-03-0 C00019 S-ADENOSYLMETHIONINE ** the '-' (dash) symbol will be applied to any empty columns
#
# ---------------------------------------------------------------------------
# set paths to data files
-my $data_path = "/home/preecej/Documents/projects/reactome/reactome_to_chebi_mapping/AraCyc/gk_central_041811/no_synonyms/";
-my $chebi_obo_file = "../../chebi_v78.obo";
+my $data_path = "/home/preecej/Documents/projects/reactome/reactome_to_chebi_mapping/AraCyc/aracyc_10/no_synonyms/";
+my $chebi_obo_file = "../../chebi_v104.obo";
my $reactome_file = "AraReferenceMolecules.txt";
my $mapped_output_file = "1.2_reactome_chebi_mapping_complete.txt";
my $sorted_output_file = "1.2_reactome_chebi_mapping_complete_sorted.txt";