[med-svn] r1432 - trunk/community/infrastructure/getData

smoe-guest at alioth.debian.org smoe-guest at alioth.debian.org
Mon Feb 18 10:56:15 UTC 2008


Author: smoe-guest
Date: 2008-02-18 10:56:14 +0000 (Mon, 18 Feb 2008)
New Revision: 1432

Modified:
   trunk/community/infrastructure/getData/getData.pl
Log:
Added KEGG in XML format.


Modified: trunk/community/infrastructure/getData/getData.pl
===================================================================
--- trunk/community/infrastructure/getData/getData.pl	2008-02-18 10:55:10 UTC (rev 1431)
+++ trunk/community/infrastructure/getData/getData.pl	2008-02-18 10:56:14 UTC (rev 1432)
@@ -178,6 +178,11 @@
 		source => "wget --mirror ftp://ftp.genome.jp/pub/kegg/pathway/organisms/hsa"
 	},
 
+	"kegg.pathway.hsa.xml" => {
+		name => "XML representation of pathways in KEGG",
+		source => "wget --mirror ftp://ftp.genome.jp/pub/kegg/xml/README ftp://ftp.genome.jp/pub/kegg/xml//KGML.dtd ftp://ftp.genome.jp/pub/kegg/xml/ko ftp://ftp.genome.jp/pub/kegg/xml/map ftp://ftp.genome.jp/pub/kegg/xml/organisms/hsa"
+	},
+
 	"reactome.tab.human" => {
 		name => "Reactome Pathway Database - Human interactions as tab delimited",
 		source => "wget --mirror http://www.reactome.org/download/interactions.README.txt http://www.reactome.org/download/current/homo_sapiens.interactions.txt.gz"




More information about the debian-med-commit mailing list