1185092bd0399963dc6513a8ce12a3ecf4b461c5,anvio/drivers/blast.py,BLAST,check_output,#BLAST#Any#Any#,91

Before Change




    def check_output(self, expected_output, process="blast"):
        if not os.path.exists(expected_output):
            self.progress.end()
            raise ConfigError("Pfft. Something probably went wrong with "%s" process since one of the expected output files are missing. "
                              "Please check the log file here: "%s"" % (process, self.run.log_file_path))

After Change




    def check_output(self, expected_output, process="blast"):
        if not len(glob.glob(expected_output)):
            self.progress.end()
            raise ConfigError("Pfft. Something probably went wrong with "%s" process since one of the expected output files are missing. "
                              "Please check the log file here: "%s"" % (process, self.run.log_file_path))
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 4

Non-data size: 3

Instances


Project Name: merenlab/anvio
Commit Name: 1185092bd0399963dc6513a8ce12a3ecf4b461c5
Time: 2020-11-25
Author: a.murat.eren@gmail.com
File Name: anvio/drivers/blast.py
Class Name: BLAST
Method Name: check_output


Project Name: deepdrive/deepdrive
Commit Name: c45ed4047e917ec86c3acfee5680962a3e71373f
Time: 2018-01-17
Author: cquiter@gmail.com
File Name: tensorflow_agent/agent.py
Class Name:
Method Name: ensure_baseline_weights


Project Name: pyinstaller/pyinstaller
Commit Name: 06c181beaaca9b1f01714a327d366584c03855d5
Time: 2020-09-30
Author: rok.mandeljc@gmail.com
File Name: PyInstaller/hooks/hook-PyQt5.QtWebEngineWidgets.py
Class Name:
Method Name:


Project Name: pyinstaller/pyinstaller
Commit Name: 06c181beaaca9b1f01714a327d366584c03855d5
Time: 2020-09-30
Author: rok.mandeljc@gmail.com
File Name: PyInstaller/hooks/hook-PySide2.QtWebEngineWidgets.py
Class Name:
Method Name: