Commit 20f38943 authored by joshua-gould's avatar joshua-gould

id in sample info file

parent a69fdef5
......@@ -29,7 +29,7 @@
JSON configuration file. <br /> <br /> <b>Example</b><br />
<code>{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'}</code>
......@@ -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',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment