def test_matrices(self): """Test reporting of run matrices in the database.""" subcommands.subcmd_report(self.argsdict["run_matrices"])
def test_results(self): """Test reporting of run results in the database.""" subcommands.subcmd_report(self.argsdict["run_results"])
def test_runs_genomes(self): """Test reporting of runs/genomes in the database.""" subcommands.subcmd_report(self.argsdict["runs_genomes"])
def test_genomes_runs(self): """Test reporting of genomes_runs in the database.""" subcommands.subcmd_report(self.argsdict["genomes_runs"])
def test_runs(self): """Test reporting of runs in the database.""" subcommands.subcmd_report(self.argsdict["runs"], self.logger)