Skip to content

Commit

Permalink
updated docs for thread_dna function stating that the nucleotide file…
Browse files Browse the repository at this point in the history
… should be a sequence file, not an alignment file
  • Loading branch information
JLSteenwyk committed Dec 17, 2023
1 parent c7e42e0 commit 43808f9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/usage/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ https://github.com/JLSteenwyk/ClipKIT.
Options: |br|
*-p/\\-\\-protein*: protein alignment file |br|
*-n/\\-\\-nucleotide*: nucleotide alignment file |br|
*-n/\\-\\-nucleotide*: nucleotide sequence file |br|
*-c/\\-\\-clipkit_log*: clipkit outputted log file |br|
*-s/\\-\\-stop*: boolean for whether or not stop codons should be kept.
If used, stop codons will be removed.
Expand Down
2 changes: 1 addition & 1 deletion phykit/phykit.py
Original file line number Diff line number Diff line change
Expand Up @@ -2344,7 +2344,7 @@ def thread_dna(argv):
=====================================================
-p/--protein protein alignment file
-n/--nucleotide nucleotide alignment file
-n/--nucleotide nucleotide sequence file
-c/--clipkit_log clipkit outputted log file
Expand Down
2 changes: 1 addition & 1 deletion phykit/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.12.4"
__version__ = "1.12.5"

0 comments on commit 43808f9

Please sign in to comment.