Skip to content

Commit 292e193

Browse files
committed
fixing errors
1 parent cc97e89 commit 292e193

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

qiita_pet/support_files/doc/source/tutorials/prepare-information-files.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -177,13 +177,13 @@ Without this columns you will not be able to submit to EBI. These are the column
177177

178178
Valid values for instrument_model per platform, taken from ftp://ftp.sra.ebi.ac.uk/meta/xsd/sra_1_5/SRA.common.xsd
179179

180-
+--------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
181-
| Platform | Valid instrument_model options |
182-
+==============+==================================================================================================================================================================================================================================================================================================+
183-
| ``LS454`` | ``454 GS``, ``454 GS 20``, ``454 GS FLX``, ``454 GS FLX+``, ``454 GS FLX Titanium``, ``454 GS Junior``, or ``unspecified`` |
184-
+--------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
180+
+--------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
181+
| Platform | Valid instrument_model options |
182+
+==============+===================================================================================================================================================================================================================================================================================================+
183+
| ``LS454`` | ``454 GS``, ``454 GS 20``, ``454 GS FLX``, ``454 GS FLX+``, ``454 GS FLX Titanium``, ``454 GS Junior``, or ``unspecified`` |
184+
+--------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
185185
| ``Illumina`` | ``Illumina Genome Analyzer``, ``Illumina Genome Analyzer II``, ``Illumina Genome Analyzer IIx``, ``Illumina HiSeq 2500``, ``Illumina HiSeq 2000``, ``Illumina HiSeq 1500``, ``Illumina HiSeq 1000``, ``Illumina MiSeq``, ``Illumina HiScanSQ``, ``HiSeq X Ten``, ``NextSeq 500``, ``unspecified`` |
186-
+--------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
186+
+--------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
187187

188188
.. _required-fields-for-preprocessing-target-gene-data:
189189

qiita_pet/test/test_download.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ def test_download_study(self):
140140
'[0-9]*.txt mapping_files/6_mapping_file.txt\n'
141141
'- 36615 /protected/templates/1_prep_2_qiime_[0-9]*-'
142142
'[0-9]*.txt mapping_files/7_mapping_file.txt\n'
143-
'- 39752 /protected/BIOM/{0}/otu_table.biom '
143+
'- [0-9]* /protected/BIOM/{0}/otu_table.biom '
144144
'BIOM/{0}/otu_table.biom\n'
145145
'- 1 /protected/BIOM/{0}/sortmerna_picked_otus/seqs_otus.log '
146146
'BIOM/{0}/sortmerna_picked_otus/seqs_otus.log\n'
@@ -161,7 +161,7 @@ def test_download_study(self):
161161
response = self.get('/download_study_bioms/1')
162162
self.assertEqual(response.code, 200)
163163
exp = (
164-
'- 39752 /protected/BIOM/{0}/otu_table.biom '
164+
'- [0-9]* /protected/BIOM/{0}/otu_table.biom '
165165
'BIOM/{0}/otu_table.biom\n'
166166
'- 1 /protected/BIOM/{0}/sortmerna_picked_otus/seqs_otus.log '
167167
'BIOM/{0}/sortmerna_picked_otus/seqs_otus.log\n'

0 commit comments

Comments
 (0)