Skip to content

Commit

Permalink
now also have to specify table name for optimiser.star
Browse files Browse the repository at this point in the history
  • Loading branch information
scheres committed Jul 29, 2024
1 parent d08e4da commit b978db9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/filament_selection.in
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ def reorder_class_average_star_by_clustered(model_star_file: str, clustered: sns
data_star = opt["rlnExperimentalDataStarFile"]
shutil.copy(data_star, output_path+"_data.star")
opt["rlnExperimentalDataStarFile"] = output_path+"_data.star"
starfile.write(opt, output_path+"_optimiser.star")
starfile.write({'optimiser_general' : opt}, output_path+"_optimiser.star")
print("Saved optimiser.star with reordered classes as: ",output_path,"_optimiser.star")

return reordered_classes_df
Expand Down

0 comments on commit b978db9

Please sign in to comment.