From: preecej Date: Thu, 6 Jun 2013 23:10:38 +0000 (+0000) Subject: svn path=/; revision=486 X-Git-Url: http://gitweb.planteome.org/?a=commitdiff_plain;h=476e766fdce49a8d95d59e4fc691a4d4b3a6b4a7;p=old-jaiswallab-svn%2F.git svn path=/; revision=486 --- 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 9f25b33..90d4244 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,7 +42,7 @@ use GO::Parser; # --------------------------------------------------------------------------- # set paths to data files -my $data_path = "/home/preecej/Documents/projects/reactome/reactome_to_chebi_mapping/AraCyc/aracyc_10/no_synonyms/"; +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 $reactome_file = "AraReferenceMolecules.txt"; my $mapped_output_file = "1.2_reactome_chebi_mapping_complete.txt";