diff --git a/.buildinfo b/.buildinfo index dc24f67..77d83cb 100644 --- a/.buildinfo +++ b/.buildinfo @@ -1,4 +1,4 @@ # Sphinx build info version 1 # This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. -config: 752649df29cd212dfbc6e8f4a85dc6ed +config: 4c6c8c3132741599380b2ba1ca886753 tags: 645f666f9bcd5a90fca523b33c5a78b7 diff --git a/_modules/index.html b/_modules/index.html index 0875fa8..d0af8e3 100644 --- a/_modules/index.html +++ b/_modules/index.html @@ -54,11 +54,11 @@
Four functions for calculations of SEGUID v2 checksums for biological sequences with -linear or circular topologies and a single of two complementary strands are provided.
+Four SEGUID v2 checksum functions for biological sequences with linear or circular +topology and a single or two complementary strands.
A detailed description of the algorithms can be found in Pereira et al. (2024). Implementations of these functions in other programming languages cand be found at seguid.org.
@@ -147,15 +147,15 @@lsseguid(seq, alphabet="{DNA}", form=c("long", "short", "both"))
+lsseguid(seq, alphabet="{DNA}", form="long")
-csseguid(seq, alphabet="{DNA}", form=c("long", "short", "both"))
+csseguid(seq, alphabet="{DNA}", form="long")
-ldseguid(watson, crick, alphabet="{DNA}", form=c("long", "short", "both"))
+ldseguid(watson, crick, alphabet="{DNA}", form="long")
-cdseguid(watson, crick, alphabet="{DNA}", form=c("long", "short", "both"))
+cdseguid(watson, crick, alphabet="{DNA}", form="long")
-seguid(seq, alphabet="{DNA}", form=c("long", "short", "both"))
+seguid(seq, alphabet="{DNA}", form="long")
@@ -358,11 +358,11 @@ Navigation