Skip to content

Commit

Permalink
updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
khoroshevskyi committed Jan 14, 2025
1 parent 502aa63 commit 2cb8568
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
@@ -598,7 +598,7 @@ def _upload_gse(
output_folder=os.path.join(outfolder, "outputs"),
name=gse,
description=project.description,
heavy=False,
heavy=False, # TODO: set to False because can't handle bedset > 10 files
upload_pephub=True,
upload_s3=True,
no_fail=True,

0 comments on commit 2cb8568

Please sign in to comment.