From b5c6b5c94607e3a8a10b56b04efd2e1f95ffabad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Mazurie?= Date: Tue, 6 Mar 2012 11:29:30 -0700 Subject: [PATCH] Added a reference to a BMC Genomics paper in the README --- README.rst | 4 +++- color-KEGG-pathways | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 984d29d..e0aeff8 100644 --- a/README.rst +++ b/README.rst @@ -34,10 +34,12 @@ For example, the .csv file used to obtain the figure above was:: More than one pathway can be referred to in the same input file; **color-KEGG-pathways** will process each pathway and generate individual pictures. +An example of use of **color-KEGG-pathways** in a scientific publication can be seen at http://www.ncbi.nlm.nih.gov/pubmed/22309491 + Latest version -------------- -The current version is 1.0rev8 +The current version is 1.0rev9 Installation ------------ diff --git a/color-KEGG-pathways b/color-KEGG-pathways index b6bafc8..a16a31c 100755 --- a/color-KEGG-pathways +++ b/color-KEGG-pathways @@ -2,8 +2,8 @@ __version_major__ = 1 __version_minor__ = 0 -__revision__ = 8 -__build__ = "9E3E06D" +__revision__ = 9 +__build__ = "5B97FF0" import optparse import sys, os