Skip to content

Commit 18e46f5

Browse files
dicknetherlandsandreasprlic
authored andcommitted
/* Writing */
1 parent 287ea89 commit 18e46f5

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

_wikis/BioJava:BioJavaXDocs.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1062,10 +1062,10 @@ Table 8.11. UniProtFormat output field sources.
10621062
| DE | getDescription() |
10631063
| DT | For creation date: getNoteSet(Terms.getDateCreatedTerm()) and getNoteSet(Terms.getRelCreatedTerm()). For last updated date: getNoteSet(Terms.getDateUpdatedTerm()) and getNoteSetTerms.getRelUpdatedTerm()). For last annotation date: getNoteSet(Terms.getDateAnnotatedTerm()) and getNoteSetTerms.getRelAnnotatedTerm()). If date created or date annotated is null, then the update date is duplicated and used here as well. |
10641064
| DR | getRankedCrossRef(), using getNoteSet(Terms.getAdditionalAccessionTerm()) to generate additional accessions. |
1065-
| OS | getNCBITaxon().getDisplayName() followed by all synonyms from getNames(NCBITaxon.SYNONYM) in brackets. |
1066-
| OC | getNCBITaxon().getNameHierarchy(). |
1065+
| OS | getTaxon().getDisplayName() followed by all synonyms from getNames(NCBITaxon.SYNONYM) in brackets. |
1066+
| OC | getTaxon().getNameHierarchy(). |
10671067
| OG | getNoteSet(Terms.getOrganelleTerm()) |
1068-
| OX | getNCBITaxon().getNCBITaxID() |
1068+
| OX | getTaxon().getNCBITaxID() |
10691069
| GN | Gene names are written from getNoteSet(Terms.getGeneNameTerm()). Gene synonyms are written from getNoteSet(Terms.getGeneSynonymTerm()). Ordered locus names are written from getNoteSet(Terms.getOrderedLocusNameTerm()). ORF names are written from getNoteSet(Terms.getORFNameTerm()). As the values have a number and a colon prefixed, where the number refers to the sequence order of the current gene, these values are used to keep the correct names grouped together. This prefix is not included in the output. |
10701070
| RN | Each reference returned by getRankedDocRefs() is iterated over. The rank of the RankedDocRef object is output here. |
10711071
| RP | The getRemark() from the DocRef. |

_wikis/BioJava:BioJavaXDocs.mediawiki

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1222,16 +1222,16 @@ Table 8.11. UniProtFormat output field sources.
12221222
|getRankedCrossRef(), using getNoteSet(Terms.getAdditionalAccessionTerm()) to generate additional accessions.
12231223
|-
12241224
|OS
1225-
|getNCBITaxon().getDisplayName() followed by all synonyms from getNames(NCBITaxon.SYNONYM) in brackets.
1225+
|getTaxon().getDisplayName() followed by all synonyms from getNames(NCBITaxon.SYNONYM) in brackets.
12261226
|-
12271227
|OC
1228-
|getNCBITaxon().getNameHierarchy().
1228+
|getTaxon().getNameHierarchy().
12291229
|-
12301230
|OG
12311231
|getNoteSet(Terms.getOrganelleTerm())
12321232
|-
12331233
|OX
1234-
|getNCBITaxon().getNCBITaxID()
1234+
|getTaxon().getNCBITaxID()
12351235
|-
12361236
|GN
12371237
|Gene names are written from getNoteSet(Terms.getGeneNameTerm()). Gene synonyms are written from getNoteSet(Terms.getGeneSynonymTerm()). Ordered locus names are written from getNoteSet(Terms.getOrderedLocusNameTerm()). ORF names are written from getNoteSet(Terms.getORFNameTerm()). As the values have a number and a colon prefixed, where the number refers to the sequence order of the current gene, these values are used to keep the correct names grouped together. This prefix is not included in the output.
@@ -1273,7 +1273,6 @@ Table 8.11. UniProtFormat output field sources.
12731273
|Sequence counts are generated, then sequence is read directly as it is a SymbolList.
12741274
|}
12751275

1276-
12771276
=== INSDSeq (XML) ===
12781277

12791278
For parsing files that conform to http://www.ebi.ac.uk/embl/Documentation/DTD/INSDSeq_v1.3.dtd.txt.

0 commit comments

Comments
 (0)