Skip to content

numberAntibodySeq: support reading from STDIN #9

Description

@merkys

As is usual in command-line world, command-line tools should be able to read from STDIN. It would be nice if numberAntibodySeq could read from STDIN as well. I think --input command-line option could be removed altogether (since it is always needed), and numberAntibodySeq could just open and read all files given on the command line:

$ numberAntibodySeq light.fa # processes light.fa
$ numberAntibodySeq # reads from standard input

This is a wishlist item though, implementation of it can wait.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions