diff heatmap.sh @ 42:2f57ac512f46 draft

Uploaded
author insilico-bob
date Mon, 06 Jul 2020 14:23:38 -0400
parents 8acca16f3921
children
line wrap: on
line diff
--- a/heatmap.sh	Tue Jan 28 15:32:19 2020 -0500
+++ b/heatmap.sh	Mon Jul 06 14:23:38 2020 -0400
@@ -132,7 +132,10 @@
 classJson=$classJson']'
 #END: Construct JSON for classification files
 
-parmJson=$parmJson$matrixJson$rowConfigJson$colConfigJson$classJson
+#Add build platform JSON for distinction between GenePattern and Galaxy Builders
+platformJson='"build_platform": "Galaxy",'
+
+parmJson=$parmJson$matrixJson$rowConfigJson$colConfigJson$platformJson$classJson
 parmJson=$parmJson'}'
 #echo "HEATMAP PARAMETERS JSON: "$parmJson