Skip to content

Commit

Permalink
Update zol
Browse files Browse the repository at this point in the history
  • Loading branch information
raufs authored Jul 3, 2024
1 parent d4cfe1f commit 47d28c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/zol
Original file line number Diff line number Diff line change
Expand Up @@ -400,6 +400,7 @@ def zolMain():
sys.exit(1)

if precomputed_orthogroups_file != None:
util.setupReadyDirectory([og_dir])
zol.createOrthoGroupMatrixFromPrecomputedFile(precomputed_orthogroups_file, fo_prot_dir, ortho_matrix_file, logObject)
else:
fo_cmd = ['findOrthologs.py', '-p', fo_prot_dir, '-o', og_dir, '-e', str(evalue_threshold), '-i',
Expand Down

0 comments on commit 47d28c6

Please sign in to comment.