Hello!

To see the file structure, click on "tree".

Note that updates take place every 10 minutes, commits may not be seen immediately.
updated filenames for AraCyc11 conversion
authorpreecej <preecej@localhost>
Fri, 15 Nov 2013 23:26:19 +0000 (23:26 +0000)
committerpreecej <preecej@localhost>
Fri, 15 Nov 2013 23:26:19 +0000 (23:26 +0000)
svn path=/; revision=515

Personnel/preecej/perl_singletons/reactome_chebi_mapping/reactome_chebi_mapping.pl

index 90d4244501eb72819ca776e0379b5c729f0196ed..81a260cceaada6e6ebad452116c0a7569c266fab 100755 (executable)
@@ -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";