Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AlignmentResult.pretty prints the cigartuples to stdout #14

Open
matthuska opened this issue Mar 1, 2024 · 2 comments
Open

AlignmentResult.pretty prints the cigartuples to stdout #14

matthuska opened this issue Mar 1, 2024 · 2 comments

Comments

@matthuska
Copy link

The property pretty is useful to get the pretty-printed version of the alignment as a string, but it currently generates noise by printing cigar tuples to stdout. Deleting the following line would resolve this issue:

print(self.cigartuples)

@kcleal
Copy link
Owner

kcleal commented Mar 1, 2024

Thanks! Ive just removed it from the main branch

@kcleal kcleal closed this as completed Mar 1, 2024
@kcleal kcleal reopened this Mar 1, 2024
@kcleal
Copy link
Owner

kcleal commented Mar 1, 2024

Ill leave it open until the release is on pypi

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants