Mercurial > repos > proteore > proteore_pathview_mapping
changeset 10:e8d6e50f5d38 draft
planemo upload commit 0be58bb700f64de6792a7234a11675bae2755e8f-dirty
| author | proteore |
|---|---|
| date | Thu, 13 Sep 2018 03:25:04 -0400 |
| parents | 560541195c3f |
| children | 6d5c0ff2b0bd |
| files | PathView.R Pathview.xml |
| diffstat | 2 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/PathView.R Wed Sep 12 10:21:26 2018 -0400 +++ b/PathView.R Thu Sep 13 03:25:04 2018 -0400 @@ -204,7 +204,7 @@ high_color = "red" if (is.null(tab$e1)) { plot.col.key= FALSE #if there's no exrepession data, we don't show the color key - high_color = "#81F7F3" #blue + high_color = "#81BEF7" #blue } for (id in ids) { @@ -217,7 +217,7 @@ low = list(gene = low_color, cpd = "blue"), mid = list(gene = mid_color, cpd = "transparent"), high = list(gene = high_color, cpd = "yellow"), - na.col="#A4A4A4", #gray + na.col="#D8D8D8", #gray cpd.data=NULL, plot.col.key = plot.col.key, pdf.size=c(9,9))
--- a/Pathview.xml Wed Sep 12 10:21:26 2018 -0400 +++ b/Pathview.xml Thu Sep 13 03:25:04 2018 -0400 @@ -1,4 +1,4 @@ -<tool id="Pathview" name="KEGG pathway mapping (pathview)" version="2018.09.12"> +<tool id="Pathview" name="KEGG pathway mapping (pathview)" version="2018.09.13"> <requirements> <requirement type="package" version="1.18.0">bioconductor-pathview</requirement> </requirements>
