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

ENH: Allow /dev/stdin as input alignment arg #241

Open
corneliusroemer opened this issue May 16, 2023 · 0 comments
Open

ENH: Allow /dev/stdin as input alignment arg #241

corneliusroemer opened this issue May 16, 2023 · 0 comments

Comments

@corneliusroemer
Copy link
Member

To be able to work with compressed alignments, which is useful e.g. for monkeypox, it would be nice if treetime could accept the string /dev/stdin for alignments. Right now, it seems that alignments must be real files (isfile):

elif type(in_aln) in string_types and isfile(in_aln):

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

1 participant