Beispiel #1
0
 def test_odof(self):
     pipelines.main([
         prog, '--input-ic50', filename, '--drug', '1047', '--no-html',
         '--feature', 'TP53_mut'
     ])
     pipelines.main([
         prog, '--input-ic50', filename, '--drug', '1047', '--feature',
         'TP53_mut'
     ])
Beispiel #2
0
 def test_version(self):
     pipelines.main([prog, '--version'])
Beispiel #3
0
 def test_summary(self):
     pipelines.main([prog, '--testing'])
Beispiel #4
0
 def test_adaf(self):
     pipelines.main([prog, '--input-ic50', filename, '--no-html'])
Beispiel #5
0
 def test_print_feature_names(self):
     pipelines.main(
         [prog, '--input-ic50', filename, '--print-feature-names'])
Beispiel #6
0
 def test_odaf(self):
     pipelines.main(
         [prog, '--input-ic50', filename, '--drug', '1047', '--no-html'])
Beispiel #7
0
 def test_print_tissue_names(self):
     pipelines.main(
         [prog, '--input-ic50', filename, '--print-tissue-names'])
Beispiel #8
0
 def test_print_drug_names(self):
     pipelines.main([prog, '--input-ic50', filename, '--print-drug-names'])
Beispiel #9
0
 def test_help(self):
     pipelines.main([prog, '--help'])
     pipelines.main([prog])
Beispiel #10
0
 def test_summary(self):
     pipelines.main([self.prog, '--summary'])
Beispiel #11
0
 def test_license(self):
     pipelines.main([self.prog, '--license'])