Skip to content

Commit e7ebe41

Browse files
authored
fix #3471 (#3473)
1 parent b3011a4 commit e7ebe41

File tree

4 files changed

+6591
-1065
lines changed

4 files changed

+6591
-1065
lines changed

qiita_db/metadata_template/test/test_base_metadata_template.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,12 +125,13 @@ def test_restrictions(self):
125125
obs = MT.prep_template.PrepTemplate(1).restrictions
126126
exp = {
127127
'target_gene': ['16S rRNA', '18S rRNA', 'ITS1/2', 'LSU'],
128-
'platform': ['FASTA', 'Illumina', 'Ion_Torrent', 'LS454',
128+
'platform': ['DNBSEQ', 'FASTA', 'Illumina', 'Ion_Torrent', 'LS454',
129129
'Oxford Nanopore'],
130130
'target_subfragment': ['V3', 'V4', 'V6', 'V9', 'ITS1/2'],
131131
'instrument_model': [
132132
'454 GS', '454 GS 20', '454 GS FLX', '454 GS FLX+',
133-
'454 GS FLX Titanium', '454 GS Junior',
133+
'454 GS FLX Titanium', '454 GS Junior', 'DNBSEQ-G400',
134+
'DNBSEQ-T7', 'DNBSEQ-G800',
134135
'Illumina Genome Analyzer', 'Illumina Genome Analyzer II',
135136
'Illumina Genome Analyzer IIx', 'Illumina HiScanSQ',
136137
'Illumina HiSeq 1000', 'Illumina HiSeq 1500',

0 commit comments

Comments
 (0)