Esempio n. 1
0
        //wrapper should now handle all throwing and catching..
        protected override void ProgramExecution()
        {
            var filter = new VcfFilter(_options);

            filter.DoFiltering();
        }
Esempio n. 2
0
 //wrapper should now handle all throwing and catching..
 protected override void ProgramExecution()
 {
     VcfFilter.DoFiltering(_options);
     Logger.WriteToLog("filtering complete.");
 }