Skip to content

Commit

Permalink
docs: update function docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
florianzwagemaker committed Dec 5, 2022
1 parent 1449efa commit fea7643
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions AminoExtract/sequences.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,18 @@ def Extract_AminoAcids(
GffDataFrame
SeqRecords : list
list of SeqRecord objects
feature_type : str
str
keep_gaps : bool, optional
If True, gaps ('-') in the nucleotide sequence will not be removed before AA translation.
If False, gaps will be removed from the nucleotide sequence before translation.
(default is False)
verbose : bool, optional
bool = False
Returns
-------
dict
A dictionary with the SeqRecord id as the key and the amino acid sequences as the value.
A dictionary with the sequence ID as the key and a dictionary as the value. The dictionary has the
name of the feature as the key and the amino acid sequence as the value.
"""

log.info(
Expand Down

0 comments on commit fea7643

Please sign in to comment.