Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
xingzhongyu committed Dec 19, 2024
1 parent c131db2 commit 7738d7d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/atlas/upload_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
args.add_argument("--filedir", type=str)
args.add_argument("--tissues", type=str, nargs="+")
args.add_argument("--access_token", type=str)
args.add_argument("--dropbox_dest_path", type=str,
default="/preprocessing_benchmarking/cell_type_annotation/TEMP_Tran_5_Datasets/human")
args.add_argument("--dropbox_dest_path", type=str)
args = args.parse_args()
MAINDIR = pathlib.Path(args.maindir)
FILEDIR = pathlib.Path(args.filedir)
Expand Down

0 comments on commit 7738d7d

Please sign in to comment.