I was wondering if it would be possible to have bamutils recal process an input file in 2-real steps, for instance when given a recal file generated already. This could work when you have a stream into bamutils to read the file, and output a recal table, only to use it later on when you are again reading a stream. I am thinking of ways to use streams as much as possible in pipelines, so if we can separate the two steps, we can implement them separately, during the workflow. So does that make sense or not?
Thank you