This pull request introduces three new command-line options to incryosieve_auto_cryosparc.py, aimed at extending the script's capabilities and providing users with additional operational flexibility. The newly added options are as follows:
--force_redo_gs_split: Force re-do GS split.
--num_repeats_homo NUM_REPEATS_HOMO: Sets the number of repeats for running homogeneous refinement, with a default value of 1.
--num_repeats_nonuniform NUM_REPEATS_NONUNIFORM: Specifies the number of repeats for running non-uniform refinement, also defaulting to 1.
These enhancements allow users to have greater control over specific steps in the processing pipeline, catering to advanced use cases and optimization needs.
This pull request introduces three new command-line options to
incryosieve_auto_cryosparc.py
, aimed at extending the script's capabilities and providing users with additional operational flexibility. The newly added options are as follows:--force_redo_gs_split
: Force re-do GS split.--num_repeats_homo NUM_REPEATS_HOMO
: Sets the number of repeats for running homogeneous refinement, with a default value of 1.--num_repeats_nonuniform NUM_REPEATS_NONUNIFORM
: Specifies the number of repeats for running non-uniform refinement, also defaulting to 1.These enhancements allow users to have greater control over specific steps in the processing pipeline, catering to advanced use cases and optimization needs.