Skip to content

Commit

Permalink
Deploying to gh-pages from @ b35f4fc 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
BjornFJohansson committed Apr 17, 2024
1 parent d38fef1 commit 7d4552c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion _modules/seguid/_chksum.html
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ <h1>Source code for seguid._chksum</h1><div class="highlight"><pre>
<span class="sd"> The original definition of the SEGUID checksum algorithm (Babnigg &amp; Giometti, 2006)</span>
<span class="sd"> included transformation to uppercase before calculating the checksum.</span>

<span class="sd"> `seguid()` does _not_ coerce the input sequence to upper case. If your input sequence</span>
<span class="sd"> `seguid()` does *not* coerce the input sequence to upper case. If your input sequence</span>
<span class="sd"> has lower-case symbols, you can use `seq.upper()` to emulate what the original method does.</span>

<span class="sd"> `seguid()` only accepts symbols as specified by the `alphabet` argument.</span>
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ <h2>Installation<a class="headerlink" href="#installation" title="Link to this h
with the trailing padding symbol (<code class="docutils literal notranslate"><span class="pre">=</span></code>) removed.</p>
<p>The original definition of the SEGUID checksum algorithm (Babnigg &amp; Giometti, 2006)
included transformation to uppercase before calculating the checksum.</p>
<p><cite>seguid()</cite> does _not_ coerce the input sequence to upper case. If your input sequence
<p><cite>seguid()</cite> does <em>not</em> coerce the input sequence to upper case. If your input sequence
has lower-case symbols, you can use <cite>seq.upper()</cite> to emulate what the original method does.</p>
<p><cite>seguid()</cite> only accepts symbols as specified by the <cite>alphabet</cite> argument.</p>
<p>Thus, our implementation is more conservative, which has the benefit of
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7d4552c

Please sign in to comment.