def test_odof(self):
     pipelines.anova_pipeline([
         self.prog, '--input-ic50', self.filename, '--drug',
         'Drug_1047_IC50', '--no-html', '--feature', 'TP53_mut'
     ])
     pipelines.anova_pipeline([
         self.prog, '--input-ic50', self.filename, '--drug',
         'Drug_1047_IC50', '--feature', 'TP53_mut'
     ])
 def test_odof(self):
     pipelines.anova_pipeline([self.prog, '--input-ic50', self.filename,
         '--drug', 'Drug_1047_IC50', '--no-html', '--feature', 'TP53_mut'])
     pipelines.anova_pipeline([self.prog, '--input-ic50', self.filename,
         '--drug', 'Drug_1047_IC50', '--feature', 'TP53_mut'])
 def test_odaf_fast(self):
     pipelines.anova_pipeline([self.prog, '--input-ic50', self.filename,
         '--drug', 'Drug_1047_IC50', '--no-html', '--fast'])
 def test_print_feature_names(self):
     pipelines.anova_pipeline([self.prog, '--input-ic50', self.filename,
         '--print-feature-names'])
 def test_print_drug_names(self):
     pipelines.anova_pipeline([self.prog, '--input-ic50', self.filename,
         '--print-drug-names'])
 def test_help(self):
     pipelines.anova_pipeline([self.prog, '--help'])
     pipelines.anova_pipeline([self.prog])
 def test_help(self):
     pipelines.anova_pipeline([self.prog, '--help'])
     pipelines.anova_pipeline([self.prog])
 def test_license(self):
     pipelines.anova_pipeline([self.prog, '--license'])
 def test_license(self):
     pipelines.anova_pipeline([self.prog, '--license'])
 def test_adaf(self):
     pipelines.anova_pipeline(
         [self.prog, '--input-ic50', self.filename, '--no-html'])
 def test_adof(self):
     pipelines.anova_pipeline([
         self.prog, '--input-ic50', self.filename, '--no-html', '--feature',
         'TP53_mut'
     ])
 def test_odaf_fast(self):
     pipelines.anova_pipeline([
         self.prog, '--input-ic50', self.filename, '--drug',
         'Drug_1047_IC50', '--no-html', '--fast'
     ])
 def test_print_feature_names(self):
     pipelines.anova_pipeline([
         self.prog, '--input-ic50', self.filename, '--print-feature-names'
     ])
 def test_print_drug_names(self):
     pipelines.anova_pipeline(
         [self.prog, '--input-ic50', self.filename, '--print-drug-names'])
 def test_adof(self):
     pipelines.anova_pipeline([self.prog, '--input-ic50', self.filename,
         '--no-html', '--feature', 'TP53_mut'])
 def test_summary(self):
     pipelines.anova_pipeline([self.prog, '--testing'])
 def test_adaf(self):
     pipelines.anova_pipeline([self.prog, '--input-ic50', self.filename,
         '--no-html'])
 def test_version(self):
     pipelines.anova_pipeline([self.prog, '--version'])
 def test_summary(self):
     pipelines.anova_pipeline([self.prog, '--testing'])
 def test_version(self):
     pipelines.anova_pipeline([self.prog, '--version'])