Skip to content
Open
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
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
archivesBaseName = 'sequencetools'
group = 'uk.ac.ebi.ena.sequence'

version = '2.19.2'
version = '2.19.3'

sourceCompatibility = 1.8
targetCompatibility = 1.8
Expand Down
5 changes: 5 additions & 0 deletions src/main/resources/uk/ac/ebi/ena/xsd/sra_1_5/ENA.taxonomy.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,11 @@
<xs:documentation>The translation table for mitochondrial protein coding sequences.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="newTaxId" type="xs:integer" use="optional">
<xs:annotation>
<xs:documentation>New taxonomy identifier for the merged taxon.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
<xs:complexType name="ParentTaxonType">
<xs:sequence minOccurs="0" maxOccurs="1">
Expand Down