-
Notifications
You must be signed in to change notification settings - Fork 43
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
Accept stdin as input #24
Comments
Good idea - It shouldn't be difficult to implement it in the coming days. |
Sure! |
It is going to take a bit longer than expected because I need to figure out S On Mon, Nov 9, 2015 at 12:33 AM, Andrey Rozenberg [email protected]
Salva |
I have just discovered the -backtrans option. This is great (!), but the bottleneck is that -backtrans has the same behavior as -in in that it doesn't allow piping. An exemplary workflow would ideally look like:
(or some syntactic variation thereof), where getAAfasta and getCDfasta are some piping functions with actual sequences coming from a database or some other pipes. |
@scapella did you end up implementing this? If not, I guess you can just add an argument where the user can specify the input format, and make it mandatory if reading input from the stdin. Either way, if this options is specified, then trimal does not try to infer input file format. |
A feature request: would be very convenient to have an option to pipe into trimal:
or
The text was updated successfully, but these errors were encountered: