Closed gilv closed 4 years ago
@omerb01 @LachlanStuart can you handle it please? thanks
@gilv mol_db5.csv
is a small database, made specifically for Experiment 2 to showcase a use-case that's not possible to do efficiently with the serverful implementation: being able to quickly run very small jobs. It is still used in Experiment 2, but it is not big enough to be interesting in other experiments. It's not on the METASPACE servers, so I can't use dump_mol_db
, but I can distribute it publicly, so I've committed it to git.
mol_db6.csv
is not currently able to be publicly distributed, so I can't commit it to git or make it possible to dump from the METASPACE servers.
@LachlanStuart then i am confused...the input json files has "mol_db6.pickle"...what code i should run to generate this pickle file?
I notice that experiment-3-large (and also the rest ) of notebooks contains code
However input_config_huge(2,3).json contains
Looking into db folder i see
Seems things not updated and not synchronized between notebooks and the json input files. In particular, don't we use mol_db5 anymore? We need to update the code so it will generated mol_db6.pickle and mol_db5.pickle ( if this database still needed )