Skip to content

Commit bff5826

Browse files
author
Sphinx
committed
Biopython dev/ docs as of 95ff2cbbc5f346cf70c3856532cb5113a4b14567
1 parent edef3ca commit bff5826

8 files changed

Lines changed: 9 additions & 17 deletions

dev/api/Bio.SeqIO.GckIO.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,8 +155,7 @@
155155
<dl class="py method">
156156
<dt class="sig sig-object py" id="Bio.SeqIO.GckIO.GckIterator.__next__">
157157
<span class="sig-name descname"><span class="pre">__next__</span></span><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#Bio.SeqIO.GckIO.GckIterator.__next__" title="Link to this definition"></a></dt>
158-
<dd><p>Return the next SeqRecord.</p>
159-
<p>This method must be implemented by the subclass.</p>
158+
<dd><p>Return the next SeqRecord from the GCK stream.</p>
160159
</dd></dl>
161160

162161
<dl class="py attribute">

dev/api/Bio.SeqIO.GfaIO.html

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -164,8 +164,7 @@
164164
<dl class="py method">
165165
<dt class="sig sig-object py" id="Bio.SeqIO.GfaIO.Gfa1Iterator.__next__">
166166
<span class="sig-name descname"><span class="pre">__next__</span></span><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#Bio.SeqIO.GfaIO.Gfa1Iterator.__next__" title="Link to this definition"></a></dt>
167-
<dd><p>Return the next SeqRecord.</p>
168-
<p>This method must be implemented by the subclass.</p>
167+
<dd><p>Return the next SeqRecord from the GFA 1.0 stream.</p>
169168
</dd></dl>
170169

171170
<dl class="py attribute">
@@ -211,8 +210,7 @@
211210
<dl class="py method">
212211
<dt class="sig sig-object py" id="Bio.SeqIO.GfaIO.Gfa2Iterator.__next__">
213212
<span class="sig-name descname"><span class="pre">__next__</span></span><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#Bio.SeqIO.GfaIO.Gfa2Iterator.__next__" title="Link to this definition"></a></dt>
214-
<dd><p>Return the next SeqRecord.</p>
215-
<p>This method must be implemented by the subclass.</p>
213+
<dd><p>Return the next SeqRecord from the GFA 2.0 stream.</p>
216214
</dd></dl>
217215

218216
<dl class="py attribute">

dev/api/Bio.SeqIO.SffIO.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -462,8 +462,7 @@
462462
<dl class="py method">
463463
<dt class="sig sig-object py" id="Bio.SeqIO.SffIO.SffIterator.__next__">
464464
<span class="sig-name descname"><span class="pre">__next__</span></span><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#Bio.SeqIO.SffIO.SffIterator.__next__" title="Link to this definition"></a></dt>
465-
<dd><p>Return the next SeqRecord.</p>
466-
<p>This method must be implemented by the subclass.</p>
465+
<dd><p>Return the next SeqRecord from the SFF stream.</p>
467466
</dd></dl>
468467

469468
<dl class="py attribute">

dev/api/Bio.SeqIO.SnapGeneIO.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,8 +156,7 @@
156156
<dl class="py method">
157157
<dt class="sig sig-object py" id="Bio.SeqIO.SnapGeneIO.SnapGeneIterator.__next__">
158158
<span class="sig-name descname"><span class="pre">__next__</span></span><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#Bio.SeqIO.SnapGeneIO.SnapGeneIterator.__next__" title="Link to this definition"></a></dt>
159-
<dd><p>Return the next SeqRecord.</p>
160-
<p>This method must be implemented by the subclass.</p>
159+
<dd><p>Return the next SeqRecord from the SnapGene stream.</p>
161160
</dd></dl>
162161

163162
<dl class="py attribute">

dev/api/Bio.SeqIO.UniprotIO.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,8 +167,7 @@
167167
<dl class="py method">
168168
<dt class="sig sig-object py" id="Bio.SeqIO.UniprotIO.UniprotIterator.__next__">
169169
<span class="sig-name descname"><span class="pre">__next__</span></span><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#Bio.SeqIO.UniprotIO.UniprotIterator.__next__" title="Link to this definition"></a></dt>
170-
<dd><p>Return the next SeqRecord.</p>
171-
<p>This method must be implemented by the subclass.</p>
170+
<dd><p>Return the next SeqRecord from the UniProt XML stream.</p>
172171
</dd></dl>
173172

174173
<dl class="py attribute">

dev/api/Bio.SeqIO.XdnaIO.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,8 +156,7 @@
156156
<dl class="py method">
157157
<dt class="sig sig-object py" id="Bio.SeqIO.XdnaIO.XdnaIterator.__next__">
158158
<span class="sig-name descname"><span class="pre">__next__</span></span><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#Bio.SeqIO.XdnaIO.XdnaIterator.__next__" title="Link to this definition"></a></dt>
159-
<dd><p>Return the next SeqRecord.</p>
160-
<p>This method must be implemented by the subclass.</p>
159+
<dd><p>Return the next SeqRecord from the Xdna stream.</p>
161160
</dd></dl>
162161

163162
<dl class="py attribute">

dev/api/Bio.SeqIO.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1104,8 +1104,7 @@ <h3>File Formats<a class="headerlink" href="#file-formats" title="Link to this h
11041104
<dl class="py method">
11051105
<dt class="sig sig-object py" id="Bio.SeqIO.AlignmentSequenceIterator.__next__">
11061106
<span class="sig-name descname"><span class="pre">__next__</span></span><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#Bio.SeqIO.AlignmentSequenceIterator.__next__" title="Link to this definition"></a></dt>
1107-
<dd><p>Return the next SeqRecord.</p>
1108-
<p>This method must be implemented by the subclass.</p>
1107+
<dd><p>Return the next SeqRecord from the underlying alignment iterator.</p>
11091108
</dd></dl>
11101109

11111110
<dl class="py attribute">

dev/searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)