You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@j0ma and I talked about this in person when the issue was opened, but I never memorialized it here. In short, this is a desirable feature, but it's not simple to add. We have to handle the file encoding properly, and also some functions operate on paths only, so special logic would have to be added in for '-'. But it's worth doing for output files for scoring, count, etc. for sure.
Right now, using
-
in place of an output file fails, at least when using it withseqscore count
.Starting with just
references.bio
:Running this:
produces two files that are the same:
as opposed to
-
redirecting tostdout
. Is this intentional? Is there a reason to not support-
?FWIW, I believe this can be fixed by adding a
type=click.Path(...)
-style annotation on L182 here.The text was updated successfully, but these errors were encountered: