I have a program that takes two text files and returns an output.
$varscan normal_sample.txt tumor_sample.txt output.txt
Because of the immense size of the input files, I have gzipped them. Is there a way to use zcat (or another tool) to pipe them into the program without unzipping them first?