Skip to content

Commit

Permalink
Enable antiSMASH JSON output
Browse files Browse the repository at this point in the history
  • Loading branch information
prihoda committed Feb 23, 2021
1 parent 032edb0 commit 67c14b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deepbgc/command/pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -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')))
Expand Down

0 comments on commit 67c14b3

Please sign in to comment.