Skip to content

Commit

Permalink
fixed bug in call to RelionMetadataExporter in Parakeet
Browse files Browse the repository at this point in the history
  • Loading branch information
MJoosten committed Dec 18, 2024
1 parent 9cee8e9 commit a8bbc3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/roodmus/simulation/run_parakeet.py
Original file line number Diff line number Diff line change
Expand Up @@ -1145,7 +1145,7 @@ def simulate_image(
# run_parakeet session or if overwrite requested
if write_mtf:
metadata_exporter = parakeet.metadata.RelionMetadataExporter(
config.config, sample, mrc_dir
config.config, sample, None, mrc_dir
)
if not os.path.exists(
os.path.join(
Expand Down

0 comments on commit a8bbc3d

Please sign in to comment.