Skip to content
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

Automatic update of ENA Sample Checklists #74

Merged
merged 1 commit into from
Oct 10, 2022
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
1 change: 1 addition & 0 deletions ena_upload/templates/ENA_template_PLATFORM.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
<INSTRUMENT_MODEL py:when="row.instrument_model.lower().strip() == 'illumina iseq 100'">Illumina iSeq 100</INSTRUMENT_MODEL>
<INSTRUMENT_MODEL py:when="row.instrument_model.lower().strip() == 'illumina miseq'">Illumina MiSeq</INSTRUMENT_MODEL>
<INSTRUMENT_MODEL py:when="row.instrument_model.lower().strip() == 'illumina miniseq'">Illumina MiniSeq</INSTRUMENT_MODEL>
<INSTRUMENT_MODEL py:when="row.instrument_model.lower().strip() == 'illumina novaseq x'">Illumina NovaSeq X</INSTRUMENT_MODEL>
<INSTRUMENT_MODEL py:when="row.instrument_model.lower().strip() == 'illumina novaseq 6000'">Illumina NovaSeq 6000</INSTRUMENT_MODEL>
<INSTRUMENT_MODEL py:when="row.instrument_model.lower().strip() == 'nextseq 500'">NextSeq 500</INSTRUMENT_MODEL>
<INSTRUMENT_MODEL py:when="row.instrument_model.lower().strip() == 'nextseq 550'">NextSeq 550</INSTRUMENT_MODEL>
Expand Down
1 change: 1 addition & 0 deletions ena_upload/templates/SRA.common.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -931,6 +931,7 @@
<xs:enumeration value="Illumina iSeq 100"/>
<xs:enumeration value="Illumina MiSeq"/>
<xs:enumeration value="Illumina MiniSeq"/>
<xs:enumeration value="Illumina NovaSeq X"/>
<xs:enumeration value="Illumina NovaSeq 6000"/>
<xs:enumeration value="NextSeq 500"/>
<xs:enumeration value="NextSeq 550"/>
Expand Down