abuendia commited on
Commit
2bb6f6f
1 Parent(s): 6175660

Remove s3 redundancy from config

Browse files
Files changed (1) hide show
  1. app/main.py +0 -1
app/main.py CHANGED
@@ -43,7 +43,6 @@ plt.rcParams["figure.dpi"] = 100
43
  if args.s3_uri: # Use S3 path if exists
44
  s3 = s3fs.S3FileSystem(anon=True)
45
  GET_CONFIG.s3_file_sys = s3
46
- GET_CONFIG.s3_uri = args.s3_uri
47
  GET_CONFIG.celltype.data_dir = (
48
  f"{args.s3_uri}/pretrain_human_bingren_shendure_apr2023/fetal_adult/"
49
  )
 
43
  if args.s3_uri: # Use S3 path if exists
44
  s3 = s3fs.S3FileSystem(anon=True)
45
  GET_CONFIG.s3_file_sys = s3
 
46
  GET_CONFIG.celltype.data_dir = (
47
  f"{args.s3_uri}/pretrain_human_bingren_shendure_apr2023/fetal_adult/"
48
  )