Skip to content

add nanopore to ebi submissions #3145

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 18, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 18 additions & 16 deletions qiita_pet/support_files/doc/source/gettingstartedguide/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -281,22 +281,24 @@ In order to submit your data to EBI, certain fields are required in your prepara

For all valid values for instrument_model per platform, view the values in the table below:

+-----------------+----------------------------------------------------------------------------------------------------------+
| Platform | Valid instrument_model options |
+=================+==========================================================================================================+
| ``LS454`` | ``454 GS``, ``454 GS 20``, ``454 GS FLX``, ``454 GS FLX+``, ``454 GS FLX Titanium``, ``454 GS Junior``, |
| | ``454 GS Junior`` or ``unspecified`` |
+-----------------+----------------------------------------------------------------------------------------------------------+
| ``Illumina`` | ``HiSeq X Five``, ``HiSeq X Ten``, ``Illumina Genome Analyzer``, ``Illumina Genome Analyzer II``, |
| | ``Illumina Genome Analyzer IIx``, ``Illumina HiScanSQ``, ``Illumina HiSeq 1000``, |
| | ``Illumina HiSeq 1500``,, ``Illumina HiSeq 2000``, ``Illumina HiSeq 2500``, ``Illumina HiSeq 3000``, |
| | ``Illumina HiSeq 4000``, ``Illumina MiSeq``, ``Illumina MiniSeq``, ``Illumina NovaSeq 6000``, |
| | ``NextSeq 500``, ``NextSeq 550``, ``Illumina NovaSeq 6000`` or `unspecified`` |
+-----------------+----------------------------------------------------------------------------------------------------------+
| ``Ion_Torrent`` | ``Ion Torrent PGM``, ``Ion Torrent Proton``, ``Ion Torrent S5``, ``Ion Torrent S5 XL`` |
+-----------------+----------------------------------------------------------------------------------------------------------+
| ``PacBio_SMRT`` | ``PacBio RS``, ``PacBio RS II``, ``Sequel ``, ``Sequel II`` |
+-----------------+----------------------------------------------------------------------------------------------------------+
+---------------------+----------------------------------------------------------------------------------------------------------+
| Platform | Valid instrument_model options |
+=====================+==========================================================================================================+
| ``LS454`` | ``454 GS``, ``454 GS 20``, ``454 GS FLX``, ``454 GS FLX+``, ``454 GS FLX Titanium``, ``454 GS Junior``, |
| | ``454 GS Junior`` or ``unspecified`` |
+---------------------+----------------------------------------------------------------------------------------------------------+
| ``Illumina`` | ``HiSeq X Five``, ``HiSeq X Ten``, ``Illumina Genome Analyzer``, ``Illumina Genome Analyzer II``, |
| | ``Illumina Genome Analyzer IIx``, ``Illumina HiScanSQ``, ``Illumina HiSeq 1000``, |
| | ``Illumina HiSeq 1500``,, ``Illumina HiSeq 2000``, ``Illumina HiSeq 2500``, ``Illumina HiSeq 3000``, |
| | ``Illumina HiSeq 4000``, ``Illumina MiSeq``, ``Illumina MiniSeq``, ``Illumina NovaSeq 6000``, |
| | ``NextSeq 500``, ``NextSeq 550``, ``Illumina NovaSeq 6000`` or ``unspecified`` |
+---------------------+----------------------------------------------------------------------------------------------------------+
| ``Ion_Torrent`` | ``Ion Torrent PGM``, ``Ion Torrent Proton``, ``Ion Torrent S5``, ``Ion Torrent S5 XL`` |
+---------------------+----------------------------------------------------------------------------------------------------------+
| ``PacBio_SMRT`` | ``PacBio RS``, ``PacBio RS II``, ``Sequel``, ``Sequel II`` |
+---------------------+----------------------------------------------------------------------------------------------------------+
| ``Oxford_Nanopore`` | ``GridION`` |
+---------------------+----------------------------------------------------------------------------------------------------------+


Required fields for pre-processing target gene data
Expand Down
1 change: 1 addition & 0 deletions qiita_ware/ebi.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ class EBISubmission(object):
'NEXTSEQ 500',
'NEXTSEQ 550',
'UNSPECIFIED'],
'OXFORD_NANOPORE': ['GRIDION'],
'PACBIO_SMRT': ['PACBIO RS',
'PACBIO RS II',
'SEQUEL',
Expand Down