From 438e510a4a3b40d64de409c16ec2a61c56a68748 Mon Sep 17 00:00:00 2001 From: preecej Date: Mon, 18 Oct 2010 16:54:36 +0000 Subject: [PATCH] added comments to test move of svn folder svn path=/; revision=68 --- .../reactome_chebi_mapping/reactome_chebi_mapping.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/preecej/perl_singletons/reactome_chebi_mapping/reactome_chebi_mapping.pl b/preecej/perl_singletons/reactome_chebi_mapping/reactome_chebi_mapping.pl index 46b3cf5..c4ed0b9 100755 --- a/preecej/perl_singletons/reactome_chebi_mapping/reactome_chebi_mapping.pl +++ b/preecej/perl_singletons/reactome_chebi_mapping/reactome_chebi_mapping.pl @@ -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"})) -- 2.34.1