From d78b3ff3ddd2b3198399d79cd451f5d58d4a3fb3 Mon Sep 17 00:00:00 2001 From: preecej Date: Wed, 6 Oct 2010 23:27:27 +0000 Subject: [PATCH] Reactome::CHEBI mapping project svn path=/; revision=56 --- .../reactome_chebi_mapping/reactome_chebi_mapping.pl | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 preecej/perl_singletons/reactome_chebi_mapping/reactome_chebi_mapping.pl diff --git a/preecej/perl_singletons/reactome_chebi_mapping/reactome_chebi_mapping.pl b/preecej/perl_singletons/reactome_chebi_mapping/reactome_chebi_mapping.pl new file mode 100755 index 0000000..35a2733 --- /dev/null +++ b/preecej/perl_singletons/reactome_chebi_mapping/reactome_chebi_mapping.pl @@ -0,0 +1,6 @@ +#!/usr/bin/perl -w +use strict; + +my $chebi_path = + +exit; -- 2.34.1