@@ -105,7 +105,7 @@ const MAP_FILES = [
105
105
] ;
106
106
107
107
const CRYSTALLOGRAPHIC_FILES = [
108
- { flag : 'NAN ' , text : 'Coordinate files (not re-aligned) (.pdb)' , defaultValue : false } ,
108
+ { flag : 'pdb_info ' , text : 'Coordinate files (not re-aligned) (.pdb)' , defaultValue : false } ,
109
109
{ flag : 'mtz_info' , text : 'Reflections and map coefficients (.mtz)' , defaultValue : false } ,
110
110
{ flag : 'cif_info' , text : 'Ligand definitions and geometry restrains (.cif)' , defaultValue : false } ,
111
111
{ flag : 'map_info' , text : 'Real-space map files (VERY BIG!!) (.map)' , defaultValue : false , disabled : true }
@@ -117,8 +117,8 @@ const PERMALINK_OPTIONS = [
117
117
] ;
118
118
119
119
const OTHERS = [
120
- { flag : 'single_sdf_file' , text : 'Single SDF of all ligands' , defaultValue : true } ,
121
- { flag : 'sdf_info' , text : 'Separate SDFs in subdirectory' , defaultValue : false }
120
+ { flag : 'single_sdf_file' , text : 'Single SDF of all ligands' , defaultValue : true }
121
+ // { flag: 'sdf_info', text: 'Separate SDFs in subdirectory', defaultValue: false }
122
122
] ;
123
123
124
124
// Creates an object with flag as keys with boolean values
@@ -238,10 +238,8 @@ export const DownloadStructureDialog = memo(({}) => {
238
238
...mapFiles ,
239
239
...crystallographicFiles ,
240
240
...other ,
241
- apo_file : pdb ,
242
- bound_file : bound ,
241
+ all_aligned_structures : true ,
243
242
metadata_info : metadata ,
244
- smiles_info : smiles ,
245
243
static_link : isStaticDownload ( ) ,
246
244
file_url : ''
247
245
} ;
0 commit comments