zeeev / wham

Structural variant detection and association testing
Other
101 stars 25 forks source link

Fix the seed of random num generator #62

Open VJalili opened 1 year ago

VJalili commented 1 year ago

This PR fixes the issue discussed in https://github.com/zeeev/wham/issues/51

The PR fixes the random number seed to a const (e.g., `10), which results in reproducible output.

zeeev commented 1 year ago

Thank you kindly