Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
prihoda committed Feb 23, 2021
2 parents 5c87656 + 67c14b3 commit 60a3c12
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 60a3c12

Please sign in to comment.