From f16dfa57a80b8fb2aa1eb31fed9b8d6ebf68646a Mon Sep 17 00:00:00 2001 From: preecej Date: Fri, 15 Nov 2013 23:26:19 +0000 Subject: [PATCH] updated filenames for AraCyc11 conversion svn path=/; revision=515 --- .../reactome_chebi_mapping/reactome_chebi_mapping.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Personnel/preecej/perl_singletons/reactome_chebi_mapping/reactome_chebi_mapping.pl b/Personnel/preecej/perl_singletons/reactome_chebi_mapping/reactome_chebi_mapping.pl index 90d4244..81a260c 100755 --- a/Personnel/preecej/perl_singletons/reactome_chebi_mapping/reactome_chebi_mapping.pl +++ b/Personnel/preecej/perl_singletons/reactome_chebi_mapping/reactome_chebi_mapping.pl @@ -42,8 +42,8 @@ use GO::Parser; # --------------------------------------------------------------------------- # set paths to data files -my $data_path = "/home/preecej/Documents/projects/plant_reactome/reactome_to_chebi_mapping/AraCyc/aracyc_10/no_synonyms/"; -my $chebi_obo_file = "../../chebi_v104.obo"; +my $data_path = "/home/preecej/Documents/projects/plant_reactome/reactome_to_chebi_mapping/AraCyc/aracyc_11/"; +my $chebi_obo_file = "../chebi_v109.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"; -- 2.34.1