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 observed that running the same GLIMPSE2 command twice with identical inputs and parameters does not yield perfect concordance (1.0) per sample. Despite using the same random seed, there are discrepancies in the results, as shown in the histogram below:
The concordance per sample is less than 1, despite the same random seed (--seed 42) being used for both runs.
Given the same random seed and identical input data, I expected the output to be deterministic and yield a concordance of 1.0 per sample.
Are there any specific settings or flags I should use to ensure deterministic output, or is there an inherent non-deterministic component in GLIMPSE2?
The text was updated successfully, but these errors were encountered:
Using multi-threading makes the output non deterministic, due to random invocation of the RNG. Running the same command on a single thread should solve your issue.
I observed that running the same GLIMPSE2 command twice with identical inputs and parameters does not yield perfect concordance (1.0) per sample. Despite using the same random seed, there are discrepancies in the results, as shown in the histogram below:
Histogram of Concordance (Chromosome 10):
I used the following command twice:
The concordance per sample is less than 1, despite the same random seed (--seed 42) being used for both runs.
Given the same random seed and identical input data, I expected the output to be deterministic and yield a concordance of 1.0 per sample.
Are there any specific settings or flags I should use to ensure deterministic output, or is there an inherent non-deterministic component in GLIMPSE2?
The text was updated successfully, but these errors were encountered: