diff heatmap_advanced.sh @ 8:c1be063b2454 draft

Uploaded
author insilico-bob
date Mon, 06 Jul 2020 14:26:14 -0400
parents c5489978071a
children
line wrap: on
line diff
--- a/heatmap_advanced.sh	Tue Jan 28 15:33:09 2020 -0500
+++ b/heatmap_advanced.sh	Mon Jul 06 14:26:14 2020 -0400
@@ -351,8 +351,11 @@
 #END: Construct JSON for classification files
 #echo "CLASSIFICATION JSON: "$classJson
 
+#Add build platform JSON for distinction between GenePattern and Galaxy Builders
+platformJson='"build_platform": "Galaxy",'
+
 #Complete construction of Parameter JSON file by adding all JSON sections created above
-parmJson=$parmJson$rowConfigJson$colConfigJson$attribJson$matrixJson$classJson
+parmJson=$parmJson$rowConfigJson$colConfigJson$attribJson$matrixJson$platformJson$classJson
 parmJson=$parmJson'}'
 #echo "COMPLETED PARAMETER JSON: "$parmJson