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.
As is usual in command-line world, command-line tools should be able to read from STDIN. It would be nice if
numberAntibodySeqcould read from STDIN as well. I think--inputcommand-line option could be removed altogether (since it is always needed), andnumberAntibodySeqcould just open and read all files given on the command line:This is a wishlist item though, implementation of it can wait.