File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -218,15 +218,17 @@ <h4>Metadata Selection <small>Common fields for all studies are preselected</sma
218
218
< table border ="0 " style ="width: 100%; ">
219
219
< tr >
220
220
< td style ="width: 50%; ">
221
+ Sample Information
221
222
< select data-placeholder ="Choose Sample Metadata... " multiple class ="chosen-select " id ="sample-metadata-{{study.id}} ">
222
- {% for field in metadata[study.id]['sample'] %}
223
+ {% for field in sorted( metadata[study.id]['sample']) %}
223
224
< option value ="{{field}} "> {{field}}</ option >
224
225
{% end %}
225
226
</ select >
226
227
</ td >
227
228
< td style ="width: 50%; ">
229
+ Preparation Information
228
230
< select data-placeholder ="Choose Preparation Metadata... " multiple class ="chosen-select " id ="prep-metadata-{{study.id}} ">
229
- {% for field in metadata[study.id]['prep'] %}
231
+ {% for field in sorted( metadata[study.id]['prep']) %}
230
232
< option value ="{{field}} "> {{field}}</ option >
231
233
{% end %}
232
234
</ td >
You can’t perform that action at this time.
0 commit comments