-
Notifications
You must be signed in to change notification settings - Fork 79
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
reorder sbt gather/search arguments? #231
Comments
Did anyone ever try to use I also like the idea of combining |
I agree that the following order is more natural:
I often type it that way at first. Searching multiple SBTs is useful but should probably be accompanied by multiple outputs or an output format that identifies the sbt where the match was found. |
Closed by #240. |
I've never been happy with the order of the sbt_search and sbt_gather arguments; currently, they take SBT first, query signature second:
sourmash sbt_search genbank.sbt.json query.sig
and my fingers always want the arguments to be the other way around.
In thinking about #229, I'm wondering if we should just change the order like so:
sourmash sbt_search query.sig genbank.sbt.json
which would then support multiple SBTs more naturally:
sourmash sbt_search query.sig genbank.sbt.json foo.sbt.json bar.sbt.json
any thoughts @luizirber @taylorreiter @brooksph?
Hmm, we could even combine
search
andsbt_search
by allowing search to take both SBTs and individual signatures. Whaddya think? Too confusing?The text was updated successfully, but these errors were encountered: