Entering edit mode
6.8 years ago
oxfordsoccer
▴
10
How to run SNPEff jar for a batch of VCF files (300 items) using GNU parallel tool? Need a code example. Found only one example somehow similar to my question https://stackoverflow.com/questions/28072857/s-gnu-parallel-execution-of-commands-from-file-few-at-a-time. Thx.
I think you need to use:
Nice tutorial can be found:
https://davetang.org/muse/2013/11/18/using-gnu-parallel/
https://www.codeword.xyz/2015/09/02/three-ways-to-script-processes-in-parallel/
If you add an example of how you do it without GNU Parallel, then you may have more luck getting a usable answer.