Skip to content

Commit

Permalink
Fix meteor test
Browse files Browse the repository at this point in the history
  • Loading branch information
aghozlane committed Nov 26, 2024
1 parent 33284a2 commit 824acb5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions meteor/meteor.py
Original file line number Diff line number Diff line change
Expand Up @@ -784,6 +784,7 @@ def main() -> None: # pragma: no cover
meteor,
args.max_gap,
args.min_info_sites,
args.gtr,
args.width,
args.height,
args.format,
Expand Down
2 changes: 1 addition & 1 deletion meteor/phylogeny.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def compute_site_info(self, sequences: Iterable[str]) -> list[float]:

def clean_sites(
self, msp_file: Path, output: tempfile._TemporaryFileWrapper
) -> Tuple[dict[Union[int, str, None]], int]:
) -> Tuple[dict[Union[int, str, None], str], int]:
"""Clean msp sequence according to a certain level of gap at each sites.
:param msp_file: (Path) Fasta file
:param output_file: (Path) Output cleaned fasta file
Expand Down

0 comments on commit 824acb5

Please sign in to comment.