Skip to content

Commit

Permalink
refactor: fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
balajtimate committed Nov 15, 2023
1 parent a71d757 commit c8a10e6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions htsinfer/exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,4 @@ class CutadaptProblem(Exception):


class UnsupportedSampleSourceException(Exception):
"""Exception raised when taxonomy ID is not found in the source
organism list.
"""
"""Exception raised when taxonomy ID is not supported."""
2 changes: 1 addition & 1 deletion htsinfer/get_library_source.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class GetLibSource:
min_freq_ratio: Minimum frequency ratio between the first and second
most frequent source in order for the former to be considered the
library's source.
tax_id: Taxonomy ID of the organism.
tax_id: Taxonomy ID of the sample source.
"""
def __init__( # pylint: disable=E1101
self,
Expand Down
2 changes: 1 addition & 1 deletion htsinfer/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ class Args(BaseModel):
records: Number of input file records to process; set to `0` to
process all records.
threads: Number of threads to run STAR with.
tax_id: Taxonomy ID of the source organism.
tax_id: Taxonomy ID of the sample source.
transcripts_file: File path to transcripts FASTA file.
read_layout_adapter_file: Path to text file containing 3' adapter
sequences to scan for (one sequence per line).
Expand Down

0 comments on commit c8a10e6

Please sign in to comment.