-
Notifications
You must be signed in to change notification settings - Fork 80
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
lca classify: Argument list too long #662
Comments
Hi @nick-youngblut thank you for the issue! I wanted to explore some alternatives to providing lists of signatures in files -- for example,
|
Thanks @ctb for the potential solutions! Both could solutions could definitely work, but each has a potential downside:
|
Note to self: in implementing --from-file stuff, be sure to do it in situations where order wrt other arguments doesn't matter. I'm thinking |
|
I'm getting an "Argument list too long" error when running
sourmash lca classify
, and the reason is that query files must be entered as--query QUERY [QUERY ...]
, and I have many 100's of queries (making the list too long). It would be helpful to add a feature in which the queries can be provided from a file (one query file per line).Conda env:
The text was updated successfully, but these errors were encountered: