Skip to content

Commit

Permalink
use randomseed for HOGsubsampling
Browse files Browse the repository at this point in the history
  • Loading branch information
sinamajidian committed Dec 8, 2023
1 parent 19d5269 commit 4d19c87
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions FastOMA/_hog_class.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
from Bio.Align import MultipleSeqAlignment
from Bio.SeqRecord import SeqRecord
from random import sample
import random
from . import _config

random.seed(_config.seed_random)
import itertools

from . import _utils_subhog
Expand Down

0 comments on commit 4d19c87

Please sign in to comment.