Open vineetbansal opened 7 months ago
Variable names max_orig_mols
and sample_no
have been updated to max_molecules
, but there's still a lingering variable name,max_mols
, which can be renamed to max_molecules
. I also don't think the second bullet point in this issue has been investigated.
Currently these 3 are set to 50k each in
Snakefile_model_eval
:max_molecules
max_orig_mols
sample_no
None
, and override in specific cases for performance reasons.