Skip to content

Commit

Permalink
resume
Browse files Browse the repository at this point in the history
  • Loading branch information
Cantalapiedra committed Feb 16, 2022
1 parent adcf93e commit 7cf70f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eggnogmapper/search/mmseqs/mmseqs.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 164,7 @@ def search(self, in_file, seed_orthologs_file, hits_file):

hits_generator = output_seeds(cmds, hits_generator,
seed_orthologs_file, self.resume,
self.no_file_comments, self.outfmt_short,
self.no_file_comments, False,
change_seeds_coords)

except Exception as e:
Expand Down

0 comments on commit 7cf70f5

Please sign in to comment.