We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3011a4 commit e7ebe41Copy full SHA for e7ebe41
qiita_db/metadata_template/test/test_base_metadata_template.py
@@ -125,12 +125,13 @@ def test_restrictions(self):
125
obs = MT.prep_template.PrepTemplate(1).restrictions
126
exp = {
127
'target_gene': ['16S rRNA', '18S rRNA', 'ITS1/2', 'LSU'],
128
- 'platform': ['FASTA', 'Illumina', 'Ion_Torrent', 'LS454',
+ 'platform': ['DNBSEQ', 'FASTA', 'Illumina', 'Ion_Torrent', 'LS454',
129
'Oxford Nanopore'],
130
'target_subfragment': ['V3', 'V4', 'V6', 'V9', 'ITS1/2'],
131
'instrument_model': [
132
'454 GS', '454 GS 20', '454 GS FLX', '454 GS FLX+',
133
- '454 GS FLX Titanium', '454 GS Junior',
+ '454 GS FLX Titanium', '454 GS Junior', 'DNBSEQ-G400',
134
+ 'DNBSEQ-T7', 'DNBSEQ-G800',
135
'Illumina Genome Analyzer', 'Illumina Genome Analyzer II',
136
'Illumina Genome Analyzer IIx', 'Illumina HiScanSQ',
137
'Illumina HiSeq 1000', 'Illumina HiSeq 1500',
0 commit comments