Skip to content

Commit

Permalink
Merge pull request #82 from usegalaxy-eu/checklist_update
Browse files Browse the repository at this point in the history
Automatic update of ENA Sample Checklists
  • Loading branch information
bgruening authored Jun 12, 2023
2 parents 455c38d + 5e35798 commit e372158
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ena_upload/templates/ENA_template_PLATFORM.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,10 @@
<INSTRUMENT_MODEL py:when="row.instrument_model.lower().strip() == 'unspecified'">unspecified</INSTRUMENT_MODEL>
</OXFORD_NANOPORE>
<PACBIO_SMRT py:when="row.platform.lower().strip() == 'pacbio_smrt'" py:choose="">
<INSTRUMENT_MODEL py:when="row.instrument_model.lower().strip() == 'onso'">Onso</INSTRUMENT_MODEL>
<INSTRUMENT_MODEL py:when="row.instrument_model.lower().strip() == 'pacbio rs'">PacBio RS</INSTRUMENT_MODEL>
<INSTRUMENT_MODEL py:when="row.instrument_model.lower().strip() == 'pacbio rs ii'">PacBio RS II</INSTRUMENT_MODEL>
<INSTRUMENT_MODEL py:when="row.instrument_model.lower().strip() == 'revio'">Revio</INSTRUMENT_MODEL>
<INSTRUMENT_MODEL py:when="row.instrument_model.lower().strip() == 'sequel'">Sequel</INSTRUMENT_MODEL>
<INSTRUMENT_MODEL py:when="row.instrument_model.lower().strip() == 'sequel ii'">Sequel II</INSTRUMENT_MODEL>
<INSTRUMENT_MODEL py:when="row.instrument_model.lower().strip() == 'sequel iie'">Sequel IIe</INSTRUMENT_MODEL>
Expand Down
2 changes: 2 additions & 0 deletions ena_upload/templates/SRA.common.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -999,8 +999,10 @@

<xs:simpleType name="typePacBioModel">
<xs:restriction base="xs:string">
<xs:enumeration value="Onso"/>
<xs:enumeration value="PacBio RS"/>
<xs:enumeration value="PacBio RS II"/>
<xs:enumeration value="Revio"/>
<xs:enumeration value="Sequel"/>
<xs:enumeration value="Sequel II"/>
<xs:enumeration value="Sequel IIe"/>
Expand Down

0 comments on commit e372158

Please sign in to comment.