Skip to content

Commit

Permalink
STY: pre-commit linting with black and isort
Browse files Browse the repository at this point in the history
  • Loading branch information
GavinHuttley committed Apr 29, 2024
1 parent 98dfee6 commit 5877fe1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cogent3/app/sample.py
Original file line number Diff line number Diff line change
Expand Up @@ -774,7 +774,7 @@ def __init__(
Create a sample alignment and an app that returns the first 4 positions
of the alignment.
>>> from cogent3 import make_aligned_seqs, get_app
>>> aln = make_aligned_seqs({"s1": "GCAAGCGTTTAT", "s2": "GCTTTTGTCAAT"})
>>> app_4 = get_app("fixed_length", length=4)
Expand All @@ -801,7 +801,7 @@ def __init__(
s1 AAGC
s2 TTTT
Use ``motif_length=3`` to sample two triplets of ``length=6``.
Use ``motif_length=3`` to sample two triplets of ``length=6``.
Sequences are split into non-overlapping sections of ``motif_length=3``
before sampling (i.e. codon positions are preserved).
Expand Down

0 comments on commit 5877fe1

Please sign in to comment.