Skip to content

Commit

Permalink
Merge pull request #98 from flatironinstitute/dev
Browse files Browse the repository at this point in the history
Merge dev into main
  • Loading branch information
DSilva27 authored Sep 18, 2024
2 parents cb4b812 + faf7e29 commit 5dd4a8a
Show file tree
Hide file tree
Showing 16 changed files with 796 additions and 210 deletions.
4 changes: 1 addition & 3 deletions src/cryo_challenge/_commands/run_map2map_pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,7 @@ def main(args):
warnexists(config["output"])
mkbasedir(os.path.dirname(config["output"]))

run(config)

return
return run(config)


if __name__ == "__main__":
Expand Down
Loading

0 comments on commit 5dd4a8a

Please sign in to comment.