From 20f38943b6e24d1c8d0860bfaa5fb52fc672a334 Mon Sep 17 00:00:00 2001 From: joshua-gould Date: Wed, 6 Apr 2016 11:11:28 -0400 Subject: [PATCH] id in sample info file --- linking.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/linking.html b/linking.html index f1dc393..10e102e 100644 --- a/linking.html +++ b/linking.html @@ -29,7 +29,7 @@ JSON configuration file.

Example
{columnAnnotations : [ { file : '//s3.amazonaws.com/appdata.cmap.org/morpheus/Achilles_v2.4_SampleInfo_small.txt', - datasetField : 'id', fileField : 'Name' } ], columns : [ { field : + datasetField : 'id', fileField : 'id' } ], columns : [ { field : 'id', display : 'text' }, { field : 'Site_primary', display : 'color' } ], dataset : '//s3.amazonaws.com/appdata.cmap.org/morpheus/Achilles_QC_v2.4.3.rnai.Gs.gct'} @@ -197,7 +197,7 @@ columnAnnotations : [ { file : '//s3.amazonaws.com/appdata.cmap.org/morpheus/Achilles_v2.4_SampleInfo_small.txt', datasetField : 'id', - fileField : 'Name' + fileField : 'id' } ], columns : [ { field : 'id', -- GitLab