diff --git a/deepbgc/command/pipeline.py b/deepbgc/command/pipeline.py index df66e54..9d01814 100644 --- a/deepbgc/command/pipeline.py +++ b/deepbgc/command/pipeline.py @@ -135,7 +135,7 @@ def run(self, inputs, output, detectors, no_detector, labels, classifiers, no_cl writers = [] writers.append(GenbankWriter(out_path=os.path.join(output, output_file_name+'.full.gbk'))) - #writers.append(AntismashJSONWriter(out_path=os.path.join(output, output_file_name + '.antismash.json'))) + writers.append(AntismashJSONWriter(out_path=os.path.join(output, output_file_name + '.antismash.json'))) is_evaluation = False if not is_minimal_output: writers.append(BGCGenbankWriter(out_path=os.path.join(output, output_file_name+'.bgc.gbk')))