Skip to content

Commit 118b93b

Browse files
#1940 (#525)
* - fixes for #1821 and #1908 * #1889 set observation column width to fill hit navigator space better if there are no extra columns * Squashed commit of the following: commit c75b24a Author: Boris Kovar <boris.kovar@m2ms.sk> Date: Thu Oct 30 08:48:40 2025 +0100 - implements #1912 and #1936 * - implements #1940 --------- Co-authored-by: matej <matej.vavrek@m2ms.sk>
1 parent 52fad17 commit 118b93b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

js/components/snapshot/modals/downloadStructuresDialog.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,8 @@ const PERMALINK_OPTIONS = [
124124

125125
const OTHERS = [
126126
{ flag: 'single_sdf_file', text: 'Single SDF of all ligands', defaultValue: true },
127-
{ flag: 'compound_sets', text: 'Computed compound sets', defaultValue: true }
127+
{ flag: 'compound_sets', text: 'Computed compound sets', defaultValue: true },
128+
{ flag: 'soakdb_files', text: 'SoakDB CSV and SQLite files', defaultValue: false }
128129
// { flag: 'sdf_info', text: 'Separate SDFs in subdirectory', defaultValue: false }
129130
];
130131

0 commit comments

Comments
 (0)