Skip to content

Commit

Permalink
feat: expose the read_fasta() function for direct python calls
Browse files Browse the repository at this point in the history
  • Loading branch information
florianzwagemaker committed Sep 11, 2023
1 parent e5f0b0a commit b4de7a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AminoExtract/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
with contextlib.suppress(ImportError):
from AminoExtract.__main__ import get_feature_name_attribute, main
from AminoExtract.filter import filter_gff
from AminoExtract.reader import GffDataFrame, read_gff
from AminoExtract.reader import GffDataFrame, read_gff, read_fasta
from AminoExtract.sequences import extract_aminoacids

0 comments on commit b4de7a9

Please sign in to comment.