Skip to content

Commit

Permalink
fix of not recreation of bedset in geo uploader
Browse files Browse the repository at this point in the history
  • Loading branch information
khoroshevskyi committed Nov 7, 2024
1 parent 76ecb0e commit f76b179
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bedboss/bbuploader/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,7 @@ def _upload_gse(
upload_pephub=True,
upload_s3=True,
no_fail=True,
force_overwrite=False,
force_overwrite=rerun,
)

else:
Expand Down

0 comments on commit f76b179

Please sign in to comment.