You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that the MDS coordinates are not the same across panaroo-qc runs when using the same inputs. A random_state can be specified when calling the sklearn.manifold.MDS method here. I believe that should make the MDS coordinates file deterministic for testing purposes. I suggest giving the user the option to specify an integer for the random_state. The mash_dist.txt report does appear to be deterministic, however.
The text was updated successfully, but these errors were encountered:
I noticed that the MDS coordinates are not the same across panaroo-qc runs when using the same inputs. A
random_state
can be specified when calling thesklearn.manifold.MDS
method here. I believe that should make the MDS coordinates file deterministic for testing purposes. I suggest giving the user the option to specify an integer for therandom_state
. Themash_dist.txt
report does appear to be deterministic, however.The text was updated successfully, but these errors were encountered: