# HG changeset patch # User rico # Date 1333737069 14400 # Node ID d5b50d6f528e31b6fdb94a81029d9bcc944c9bed # Parent fe2fd2407c23368c83b1111bdcab3246ffd17979 Uploaded diff -r fe2fd2407c23 -r d5b50d6f528e pathway_image.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pathway_image.xml Fri Apr 06 14:31:09 2012 -0400 @@ -0,0 +1,50 @@ + + KEGG pathway images + + + mkpthwpng.py + "--input=${input}" + "--output=${output}" + "--KEGGpath=${pathway}" + "--posKEGGclmn=${input.metadata.kegg_path}" + "--KEGGgeneposcolmn=${input.metadata.kegg_gene}" + + + + + + + + + + + + + + + + + + + + + + +**What it does** + +This tool produces an image of an input KEGG pathway, highlighting the +modules representing genes in an input list. NOTE: a given gene can +be assigned to multiple modules, and different genes can be assigned to +the same module. + +