Hello!

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

Note that updates take place every 10 minutes, commits may not be seen immediately.
added comments to test move of svn folder
authorpreecej <preecej@localhost>
Mon, 18 Oct 2010 16:54:36 +0000 (16:54 +0000)
committerpreecej <preecej@localhost>
Mon, 18 Oct 2010 16:54:36 +0000 (16:54 +0000)
svn path=/; revision=68

preecej/perl_singletons/reactome_chebi_mapping/reactome_chebi_mapping.pl

index 46b3cf52e15aa186675ae7a614d4a8d8abe551f8..c4ed0b95e9ad08243fe976a9f77e646aacb1bfbd 100755 (executable)
@@ -19,6 +19,7 @@ use strict;
 # Outputs: tab-del mapping file (reactome_chebi_mapping.txt)
 #
 #   [ReactomeID]    [CHEBI]    [XREF_Type]    [XREF_ID]       
+#   923893          15414      ReactomeTerm   s-AdenosylMethionine
 #   923893          15414      CAS            29908-03-0
 #   923893          15414      LIGAND         C00019
 #   923893          15414      RiceCycTerm    S-ADENOSYLMETHIONINE
@@ -212,7 +213,7 @@ sub perform_map
                 $attempted_CAS_mappings++;
                 $attempted_LIGAND_mappings++;
 
-                # temp-foo to skirt an interpolation problem 
+                # temp-foo to skirt an interpolation problem
                 my $tmp_key = $xref->xref_key;
 
                 if (defined($reactome_CAS{"$tmp_key"}))