You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sys.exit(f"Incorrect formatting of : {args.extra_info_tsv}. {row_type} is missing")
380
-
381
-
row_type=row['type']
382
-
row_id=row['submitter_id']
383
-
row_field=row['submitter_field']
384
-
row_val=row['field_value']
385
-
386
-
if (row_type!="sample") and (row_type!="donor") and (row_type!="specimen") and (row_type!="files") and (row_type!="experiment"):
387
-
sys.exit(f"Incorrect identifier supplied. Must be on the following : 'sample','donor','specimen','files','experiments'. Offending value: {type}, in file: {args.extra_info_tsv}")
sys.exit(f"Incorrect formatting of : {args.extra_info_tsv}. {row_type} is missing")
384
+
385
+
row_type=row['type']
386
+
row_id=row['submitter_id']
387
+
row_field=row['submitter_field']
388
+
row_val=row['field_value']
389
+
390
+
if (row_type!="sample") and (row_type!="donor") and (row_type!="specimen") and (row_type!="files") and (row_type!="experiment"):
391
+
sys.exit(f"Incorrect identifier supplied. Must be on the following : 'sample','donor','specimen','files','experiments'. Offending value: {type}, in file: {args.extra_info_tsv}")
0 commit comments