Hi Manoj,
Your command is very close! I think the goal is to combine a total of 7 maps, identifying the relative weights in these 7 maps for
26 regions. This will result in 7 weights for each region, one weight for each map. The sum of weights for each region will be 1. To do this, you want to specify 26 values for "region_selection", one at a time.
To get one weight per map, you want to turn off "local_weighting".
As you are supplying only full maps, you won't be able to get any half-map output.
This yields the following command:
phenix.combine_focused_maps \
map_file=Relion_deepEmhancer_reference_.mrc \
map_file=Base_map4.mrc \
map_file=Base_map1.mrc \
map_file=Base_map2.mrc \
map_file=Base_map3.mrc \
map_file=Base_map5.mrc \
map_file=Base_map6.mrc \
model_file=test1.pdb \
region_selection="(chain P and resid 366-401)" \
region_selection="(chain P and resid 179-297) " \
region_selection="(chain O and resid 401-555)"\
region_selection="(chain N and resid 458-530) " \
region_selection="(chain N and resid 311-457) " \
region_selection="(chain R and resid 13-79)" \
region_selection="(chain N and resid 726-577)" \
region_selection="(chain N and resid 823-880)" \
region_selection="(chain I and resid 350-409)" \
region_selection="(chain N and resid 577-726)" \
region_selection="(chain O and resid 667-722)" \
region_selection="(chain Q and resid 264-276)" \
region_selection="(chain N and resid 928-981) " \
region_selection="(chain O and resid 926-971) " \
region_selection="(chain O and resid 875-899) " \
region_selection="(chain Q and resid 208-244) " \
region_selection="(chain O and resid 717-739) " \
region_selection="(chain N and resid 877-898) " \
region_selection="(chain M and resid 7-101) " \
region_selection="(chain L and resid 2047-2141)" \
region_selection=" (chain L and resid 1718-1746)" \
region_selection="(chain L and resid 2001-2025)" \
region_selection="(chain N and resid 880-900)" \
region_selection="(chain P and resid 430-440)" \
region_selection="(chain L and resid 1954-1965)" \
region_selection="(chain P and resid 131-154)" \
composite_map_file=composite_map.mrc \
local_weighting=False \
rigid_body_refinement_single_unit=False \
nproc=8 \
resolution=4.0
Let me know if that does not do it!
All the best,
Tom T