Closed matthdsm closed 7 years ago
Hi Brent,
I don't know if this is technically possible, but how do you feel about enabling vcf input from STDIN? It would be nice to be able to pipe output from VEP straight to vcfanno, without having to save an intermediate file.
Cheers M
you can do this currently using /dev/stdin as the file handle. "-" might work as well.
/dev/stdin
oh, I wasn't aware this was already possible.
Thanks! M
Hi Brent,
I don't know if this is technically possible, but how do you feel about enabling vcf input from STDIN? It would be nice to be able to pipe output from VEP straight to vcfanno, without having to save an intermediate file.
Cheers M