protected override IProcessor GetProcessor() { var options = new TCGADataDownloaderOptions { Technologies = GetSelectedTechnologies(), TumorTypes = GetSelectedTumors(), XmlFile = xmlFile.FullName, Zip7 = zip7File.FullName, OutputDirectory = targetDir.FullName }; return new TCGADataDownloader(options); }
protected override IProcessor GetProcessor() { var options = new TCGADataDownloaderOptions { Technologies = GetSelectedTechnologies(), TumorTypes = GetSelectedTumors(), XmlFile = xmlFile.FullName, Zip7 = zip7File.FullName, OutputDirectory = targetDir.FullName }; return(new TCGADataDownloader(options)); }
public TCGADataDownloader(TCGADataDownloaderOptions options) { this._options = options; }