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"Field '%s' in file '%s' with value '%s' does not match expected regex pattern '^%s[0-9]{1,32}$'"% (optional_file_field,input_file.get('name'),input_file.get(optional_file_field),EGA_FIELDS[optional_file_field]))
291
290
292
291
forrginmetadata.get("read_groups"):
293
-
rg.pop('type') # remove 'type' field
294
-
rg.pop('submitter_sequencing_experiment_id') # remove 'submitter_sequencing_experiment_id' field
292
+
if"type"inrg:
293
+
print(rg)
294
+
rg.pop('type') # remove 'type' field
295
+
if"submitter_sequencing_experiment_id"inrg:
296
+
rg.pop('submitter_sequencing_experiment_id') # remove 'submitter_sequencing_experiment_id' field
0 commit comments