Skip to content

Commit

Permalink
Merge pull request #146 from marbl/reintroduce-shuffle
Browse files Browse the repository at this point in the history
Reintroduce shuffle
  • Loading branch information
bkille authored Jan 29, 2024
2 parents a6c8bb3 + b25157d commit 1d3fbcc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion parsnp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ from pathlib import Path
import extend as ext
from tqdm import tqdm

__version__ = "2.0.2"
__version__ = "2.0.3"
reroot_tree = True #use --midpoint-reroot
random_seeded = random.Random(42)

Expand Down Expand Up @@ -1452,6 +1452,7 @@ SETTINGS:
ref = auto_ref

finalfiles = sorted(finalfiles)
random_seeded.shuffle(finalfiles)
totseqs = len(finalfiles)

#initiate parallelPhiPack tasks
Expand Down

0 comments on commit 1d3fbcc

Please sign in to comment.