Example #1
0
 public void DoWork(int DomainIEvalue, int DomainEValue)
 {
     bdf.Fetch(locusFastaDict, true, 5, DomainIEvalue, DomainIEvalue);
     while (BatchDomainFetcher.Percent < 100)
     {
         Thread.Sleep(1000);
     }
     return;
 }
Example #2
0
 private void backgroundWorker1_DoWork(object sender, DoWorkEventArgs e)
 {
     df.Fetch(fasta, true, 10);
 }