Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
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>The taxonomy identifier for the parent taxon.</xs:documentation>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In cases where this taxon has been merged into or been replaced by a new taxon.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

</xs:annotation>
</xs:attribute>
</xs:complexType>
<xs:complexType name="ParentTaxonType">
<xs:sequence minOccurs="0" maxOccurs="1">
Expand Down