Skip to content

Commit

Permalink
rename QIIME to QIIMEq2
Browse files Browse the repository at this point in the history
  • Loading branch information
sjanssen2 committed Feb 19, 2024
1 parent 9908ce2 commit ac99460
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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': '',
Expand Down
2 changes: 1 addition & 1 deletion qiita_pet/handlers/api_proxy/tests/test_processing.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion qiita_pet/handlers/study_handlers/tests/test_processing.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit ac99460

Please sign in to comment.