<div dir="ltr">Hello,<div><br></div><div style>A simple way would be to look at the end of the result file using tail on the command line.</div><div style><br></div><div style>With the default options set, you should see at least one line of output for each line of input. So, if you compare the identifier or sequence position from the last line of the result file to the last line of your input file, if they are the same you can assume that the run has finished OK.</div>
<div style><br></div><div style>You could also count the number of unique variants in the output file:</div><div style><br></div><div style>grep -v # variant_effect_output.txt | cut -f 1 | uniq | wc -l</div><div style><br>
</div><div style>And compare that to the number of lines in your input file.</div><div style><br></div><div style>I would also recommend monitoring the status output from the VEP as it runs - when it finishes successfully you should see something like:</div>
<div style><br></div><div style><div>2013-03-04 14:49:29 - Processed 37 total variants (2 vars/sec, 2 vars/sec total)</div><div>2013-03-04 14:49:29 - Finished!</div><div><br></div><div style>Regards</div><div style><br></div>
<div style>Will McLaren</div><div style>Ensembl Variation</div><div><br></div><div><br></div></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On 6 March 2013 06:53, binit treesa <span dir="ltr"><<a href="mailto:binit.treesa@gmail.com" target="_blank">binit.treesa@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Will McLaren,<br><br>I have 300+ varaiant files, each file contains 10 Lakhs of variants. So I automated the VEP run on these files with a small script and it will launch 7 VEP run in parallel. Last day, the entire VEP run got finished. Usually I get the result file with the size > 1000 MB. But this time some of files (nearly 10 ) are of the size 800 / 700 MB. I suspect the VEP run on these file is not completed. <br>

<br>Is there any way to verify these result so as to ensure the run is successful.<br><br>Thanks in advance,<br>Treesa Binit<br><br><br>
</blockquote></div><br></div>