Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangrengang committed Sep 25, 2024
1 parent 29ae608 commit 07bf975
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion soi/OrthoFinder.py
Original file line number Diff line number Diff line change
Expand Up @@ -661,7 +661,7 @@ def get_homologs(self, sps=None, sp1=None, sp2=None, **kargs):
continue
ortho_pairs.add( (g1, g2) ) # inparalogs
return ortho_pairs
def test_sonicparanoid(ResultsDir=sys.argv[2]):
def test_sonicparanoid(ResultsDir):
for g1, g2 in SonicParanoid(ResultsDir).get_homologs():
print(g1, g2)
class SonicParanoidOrthologs:
Expand Down

0 comments on commit 07bf975

Please sign in to comment.