Skip to content

Commit 3121f29

Browse files
Seekerandreasprlic
authored andcommitted
/* I've noticed some misprints in BioJavaX Documentation and in the source code. */
1 parent 4ec953f commit 3121f29

2 files changed

Lines changed: 22 additions & 20 deletions

File tree

wiki/User_talk:Seeker.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,10 @@ instead of **getNCBITaxon()** method.
2222

2323
------------------------------------------------------------------------
2424

25-
Iwas working with sequence file in GenBank format. This file contained
26-
the following text fragment:
25+
I was working with the sequence file in GenBank format when I notised
26+
one irrational thing.
27+
28+
That file contained the following text fragment:
2729

2830
`
2931
...
@@ -100,21 +102,19 @@ while (nit.hasNext()) {
100102

101103
The output was as follows:
102104

103-
<code>
104-
105-
`Function:`
106-
`initation of replication cycle and DNA`
107-
`elongation`
108-
`Note:`
109-
`decatenates newly replicated chromosomal DNA and`
110-
`relaxes positive and negative DNA supercoiling`
111-
`Translation:`
112-
`MEQQQNSYDENQIQVLEGLEAVRKRPGMYIGSTNSKGLHHLVWEIVDNSIDEALAGYCTDINIQIEKDNSITVVDNGRGIPVGIHEKMGRPAVEVIMT               `
113-
114-
\<\\code\>
105+
`
106+
Function:
107+
initation of replication cycle and DNA
108+
elongation
109+
Note:
110+
decatenates newly replicated chromosomal DNA and
111+
relaxes positive and negative DNA supercoiling
112+
Translation:
113+
MEQQQNSYDENQIQVLEGLEAVRKRPGMYIGSTNSKGLHHLVWEIVDNSIDEALAGYCTDINIQIEKDNSITVVDNGRGIPVGIHEKMGRPAVEVIMT
114+
`
115115

116116
As one can see from the output the **getValue()** method of the
117117
**SimpleNote** class returns String objects that contain *new line
118-
symbols* when its object represents **function** & **note** terms. I
118+
symbols* when its object represents **function** & **note** notes. I
119119
consider this rather irrational. One can also see that there are no *new
120-
line symbols* in the case of **translation** term. This is well.
120+
line symbols* in the case of **translation** note. This is well.

wiki/User_talk:Seeker.mediawiki

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@
77
If I clearly understand, the '''RichSequence''' object is ment by ''sequence''. But there is no '''getNCBITaxon()''' method in the '''RichSequence''' class. There is '''getTaxon()''' method in the '''RichSequence''' class. Thus, exectly this method should be used here instead of '''getNCBITaxon()''' method.
88

99
----
10-
Iwas working with sequence file in GenBank format. This file contained the following text fragment:
10+
I was working with the sequence file in GenBank format when I notised one irrational thing.
11+
12+
That file contained the following text fragment:
1113

1214
<code>
1315
...
@@ -93,7 +95,7 @@ The output was as follows:
9395
relaxes positive and negative DNA supercoiling
9496
Translation:
9597
MEQQQNSYDENQIQVLEGLEAVRKRPGMYIGSTNSKGLHHLVWEIVDNSIDEALAGYCTDINIQIEKDNSITVVDNGRGIPVGIHEKMGRPAVEVIMT
96-
<\code>
98+
</code>
9799

98-
As one can see from the output the '''getValue()''' method of the '''SimpleNote''' class returns String objects that contain ''new line symbols'' when its object represents '''function''' & '''note''' terms.
99-
I consider this rather irrational. One can also see that there are no ''new line symbols'' in the case of '''translation''' term. This is well.
100+
As one can see from the output the '''getValue()''' method of the '''SimpleNote''' class returns String objects that contain ''new line symbols'' when its object represents '''function''' & '''note''' notes.
101+
I consider this rather irrational. One can also see that there are no ''new line symbols'' in the case of '''translation''' note. This is well.

0 commit comments

Comments
 (0)