From ac99460fe85d7786244ab6a77ca3616df234b490 Mon Sep 17 00:00:00 2001 From: Stefan Janssen Date: Mon, 19 Feb 2024 11:25:08 +0100 Subject: [PATCH] rename QIIME to QIIMEq2 --- .../handlers/analysis_handlers/tests/test_base_handlers.py | 6 +++--- qiita_pet/handlers/api_proxy/tests/test_processing.py | 2 +- qiita_pet/handlers/study_handlers/tests/test_processing.py | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/qiita_pet/handlers/analysis_handlers/tests/test_base_handlers.py b/qiita_pet/handlers/analysis_handlers/tests/test_base_handlers.py index 735c6db1d..2d7a1c2dd 100644 --- a/qiita_pet/handlers/analysis_handlers/tests/test_base_handlers.py +++ b/qiita_pet/handlers/analysis_handlers/tests/test_base_handlers.py @@ -43,17 +43,17 @@ def test_analysis_description_handler_get_request(self): 'artifacts': { 4: (1, 'Identification of the Microbiomes for Cannabis ' 'Soils', ('Pick closed-reference OTUs | Split ' - 'libraries FASTQ', 'QIIME v1.9.1'), [ + 'libraries FASTQ', 'QIIMEq2 v1.9.1'), [ '1.SKB7.640196', '1.SKB8.640193', '1.SKD8.640184', '1.SKM4.640180', '1.SKM9.640192'], {'1'}), 5: (1, 'Identification of the Microbiomes for Cannabis ' 'Soils', ('Pick closed-reference OTUs | Split ' - 'libraries FASTQ', 'QIIME v1.9.1'), [ + 'libraries FASTQ', 'QIIMEq2 v1.9.1'), [ '1.SKB7.640196', '1.SKB8.640193', '1.SKD8.640184', '1.SKM4.640180', '1.SKM9.640192'], {'1'}), 6: (1, 'Identification of the Microbiomes for Cannabis ' 'Soils', ('Pick closed-reference OTUs | Split ' - 'libraries FASTQ', 'QIIME v1.9.1'), [ + 'libraries FASTQ', 'QIIMEq2 v1.9.1'), [ '1.SKB7.640196', '1.SKB8.640193', '1.SKD8.640184', '1.SKM4.640180', '1.SKM9.640192'], {'1'})}, 'analysis_reservation': '', diff --git a/qiita_pet/handlers/api_proxy/tests/test_processing.py b/qiita_pet/handlers/api_proxy/tests/test_processing.py index 63b52d1b8..cd8079b7e 100644 --- a/qiita_pet/handlers/api_proxy/tests/test_processing.py +++ b/qiita_pet/handlers/api_proxy/tests/test_processing.py @@ -103,7 +103,7 @@ def test_job_ajax_get_req(self): 'command': 'Split libraries FASTQ', 'command_description': 'Demultiplexes and applies quality ' 'control to FASTQ data', - 'software': 'QIIME', + 'software': 'QIIMEq2', 'software_version': '1.9.1'} self.assertEqual(obs, exp) diff --git a/qiita_pet/handlers/study_handlers/tests/test_processing.py b/qiita_pet/handlers/study_handlers/tests/test_processing.py index 0a7f616a6..53e607dcf 100644 --- a/qiita_pet/handlers/study_handlers/tests/test_processing.py +++ b/qiita_pet/handlers/study_handlers/tests/test_processing.py @@ -99,7 +99,7 @@ def test_get(self): 'command': 'Split libraries FASTQ', 'command_description': 'Demultiplexes and applies quality ' 'control to FASTQ data', - 'software': 'QIIME', + 'software': 'QIIMEq2', 'software_version': '1.9.1'} self.assertEqual(loads(response.body), exp)