From f443e51b0abb1748b791d079880ab801847a87bd Mon Sep 17 00:00:00 2001 From: Jonathan Romano Date: Wed, 21 Feb 2024 17:59:20 -0500 Subject: [PATCH] Remove check that RMDB contains experimentType annotation --- src/util/entry.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/util/entry.py b/src/util/entry.py index 101af5f..2e38f26 100644 --- a/src/util/entry.py +++ b/src/util/entry.py @@ -120,9 +120,6 @@ def process_upload(form, formset, upload_file, user): if exp_type != 'StandardState': flag = 1 error_msg.append('Use StandardState for Eterna entries.') - elif exp_type != 'MOHCA': - flag = 1 - error_msg.append('Missing experimentType.') rf.seek(0) if form.cleaned_data['file_type'] == 'isatab':