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
There was a request by @huanglei-artificium to be able to also loop over multiple ascertainments, e.g. multiple cutoff-frequencies. This can be implemented by changing the definition in
Currently, our F-statistics configuration file allows to loop over multiple populations, like:
There was a request by @huanglei-artificium to be able to also loop over multiple ascertainments, e.g. multiple cutoff-frequencies. This can be implemented by changing the definition in
poseidon-analysis-hs/src/Poseidon/Analysis/FStatsConfig.hs
Line 62 in ba8e025
Maybe AscertainmentSpec
it can take simply[AscertainmentSpec]
.I think this could be a good issue to perhaps get into the hang of Haskell coding. Do you want to try, @huanglei-artificium ?
The text was updated successfully, but these errors were encountered: